Test Failed
Pull Request — master (#131)
by Alessandro
07:57
created
src/Paraunit/Printer/FilesRecapPrinter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Paraunit/Command/ParallelCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
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()) {
Please login to merge, or discard this patch.