Skip to content

Commit 7a8fc53

Browse files
committed
Small docblock to make IDE happy.
1 parent 18bd6ed commit 7a8fc53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Params.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ private function validateAndSetScriptParams(): self
134134
// We don't need the first arg (the file name).
135135
$args = array_slice($_SERVER['argv'], 1);
136136

137+
/** @var array $args */
137138
foreach ($args as $arg) {
138139
@list($key, $val) = explode('=', $arg);
139140
isset($key, $val) && $this->script_params[$key] = $val;

0 commit comments

Comments
 (0)