We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bd6ed commit 7a8fc53Copy full SHA for 7a8fc53
src/Params.php
@@ -134,6 +134,7 @@ private function validateAndSetScriptParams(): self
134
// We don't need the first arg (the file name).
135
$args = array_slice($_SERVER['argv'], 1);
136
137
+ /** @var array $args */
138
foreach ($args as $arg) {
139
@list($key, $val) = explode('=', $arg);
140
isset($key, $val) && $this->script_params[$key] = $val;
0 commit comments