@@ -132,7 +132,7 @@ |
||
132 | 132 | */ |
133 | 133 | private function setOptionValue(PHPUnitOption $option, $cliOption): bool |
134 | 134 | { |
135 | - if (! $cliOption) { |
|
135 | + if ( ! $cliOption) { |
|
136 | 136 | return false; |
137 | 137 | } |
138 | 138 | if ($option->hasValue()) { |