Skip to content

Commit 1bbbca8

Browse files
Automatically regenerate the files (#329)
1 parent 02eb289 commit 1bbbca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generated/com.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ function com_event_sink(object $variant, object $sink_object, $sink_interface =
6565
* Loads a type-library and registers its constants in the engine, as though
6666
* they were defined using define.
6767
*
68-
* Note that it is much more efficient to use the configuration setting to pre-load and
68+
* Note that it is much more efficient to use the com.typelib-file php.ini setting to pre-load and
6969
* register the constants, although not so flexible.
7070
*
71-
* If you have turned on , then
71+
* If com.autoregister-typelib is turned on, then
7272
* PHP will attempt to automatically register the constants associated with a
7373
* COM object when you instantiate it. This depends on the interfaces
7474
* provided by the COM object itself, and may not always be possible.

0 commit comments

Comments
 (0)