@@ -202,7 +202,7 @@ discard block |
||
202 | 202 | * variables pre declared. This is achieved by prepending 1+count($params) |
203 | 203 | * lines before your actual script. |
204 | 204 | * |
205 | - * @param string|resource $source The source of the script, as a string |
|
205 | + * @param string $source The source of the script, as a string |
|
206 | 206 | * or stream. If a stream is provided, reading starts from the current |
207 | 207 | * position to the end of the stream, and the pointer stays at the end |
208 | 208 | * after reading is done. |
@@ -760,8 +760,6 @@ discard block |
||
760 | 760 | * Flags (properties with a value "true" that is interpreted as |
761 | 761 | * equivalent of "yes" from CLI) can also be specified with a numeric |
762 | 762 | * index as the array key, and the name of the flag as the array value. |
763 | - * @param array<string,string|resource>|array<int,string> $... Additional |
|
764 | - * items. |
|
765 | 763 | * |
766 | 764 | * @return string A comma separated list of the new items' IDs. |
767 | 765 | * |