@@ -26,7 +26,7 @@ |
||
| 26 | 26 | |
| 27 | 27 | private function printFileRecap(TestResultContainerInterface $testResultContainer) |
| 28 | 28 | { |
| 29 | - if (! $testResultContainer->getTestResultFormat()->shouldPrintFilesRecap()) { |
|
| 29 | + if ( ! $testResultContainer->getTestResultFormat()->shouldPrintFilesRecap()) { |
|
| 30 | 30 | return; |
| 31 | 31 | } |
| 32 | 32 | |
@@ -114,7 +114,7 @@ |
||
| 114 | 114 | |
| 115 | 115 | private function setOptionValue(PHPUnitOption $option, $cliOption): bool |
| 116 | 116 | { |
| 117 | - if (! $cliOption) { |
|
| 117 | + if ( ! $cliOption) { |
|
| 118 | 118 | return false; |
| 119 | 119 | } |
| 120 | 120 | if ($option->hasValue()) { |