Passed
Push — master ( aa9dd3...f4db7b )
by Piotr
04:19 queued 01:08
created
src/TestRunner/PHPCsFixer.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
                 null :
35 35
                 '--dry-run',
36 36
             $directories->getCache() ?
37
-                "--cache-file={$directories->getCache()}/.php_cs.cache" :
38
-                '--using-cache=no',
37
+                "--cache-file={$directories->getCache()}/.php_cs.cache" : '--using-cache=no',
39 38
             '-v',
40 39
             "--config=$config",
41 40
         ]));
Please login to merge, or discard this patch.
src/TestRunner/PHPUnit.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
         return array_values(array_filter([
35 35
             $config,
36 36
             $directories->getCache() ?
37
-                "--cache-result-file={$directories->getCache()}/.phpunit.result.cache" :
38
-                '--do-not-cache-result',
37
+                "--cache-result-file={$directories->getCache()}/.phpunit.result.cache" : '--do-not-cache-result',
39 38
             $directories->getTests(),
40 39
         ]));
41 40
     }
Please login to merge, or discard this patch.