@@ -30,8 +30,8 @@ discard block |
||
30 | 30 | $commandsAreAt = 0; |
31 | 31 | |
32 | 32 | $appOptions = []; |
33 | - foreach($params as $commandsAreAt => $param) { |
|
34 | - if(!in_array($param, ApplicationOptions::getAllFlags())) { |
|
33 | + foreach ($params as $commandsAreAt => $param) { |
|
34 | + if (!in_array($param, ApplicationOptions::getAllFlags())) { |
|
35 | 35 | break; |
36 | 36 | } |
37 | 37 | |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | |
98 | 98 | private function explodeScriptNames(array $params, int $position): array |
99 | 99 | { |
100 | - if(!isset($params[$position])) { |
|
100 | + if (!isset($params[$position])) { |
|
101 | 101 | return []; |
102 | 102 | } |
103 | 103 |