@@ -34,8 +34,7 @@ |
||
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 | ])); |
@@ -34,8 +34,7 @@ |
||
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 | } |