|
@@ -216,7 +216,7 @@ discard block |
|
|
block discarded – undo |
|
216
|
216
|
* variables pre declared. This is achieved by prepending 1+count($params) |
|
217
|
217
|
* lines before your actual script. |
|
218
|
218
|
* |
|
219
|
|
- * @param string|resource $source The source of the script, |
|
|
219
|
+ * @param string $source The source of the script, |
|
220
|
220
|
* as a string or stream. If a stream is provided, reading starts from |
|
221
|
221
|
* the current position to the end of the stream, and the pointer stays |
|
222
|
222
|
* at the end after reading is done. |
|
@@ -819,8 +819,6 @@ discard block |
|
|
block discarded – undo |
|
819
|
819
|
* Flags (properties with a value "true" that is interpreted as |
|
820
|
820
|
* equivalent of "yes" from CLI) can also be specified with a numeric |
|
821
|
821
|
* index as the array key, and the name of the flag as the array value. |
|
822
|
|
- * @param array<string,string|resource>|array<int,string> $... Additional |
|
823
|
|
- * items. |
|
824
|
822
|
* |
|
825
|
823
|
* @return string A comma separated list of the new items' IDs. |
|
826
|
824
|
* |
Please login to merge, or discard this patch.