Completed
Push — master ( 8293e4...9f993a )
by Andrii
11:05
created
src/goals/ScrutinizerGoal.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 {
19 19
     public function actionUploadCoverage()
20 20
     {
21
-        return $this->runActions(['wget-ocular', 'run-ocular']);
21
+        return $this->runActions([ 'wget-ocular', 'run-ocular' ]);
22 22
     }
23 23
 
24 24
     public function actionWgetOcular()
@@ -32,6 +32,6 @@  discard block
 block discarded – undo
32 32
 
33 33
     public function actionRunOcular()
34 34
     {
35
-        return $this->passthru('ocular', ['code-coverage:upload', '--format=php-clover', 'coverage.clover']);
35
+        return $this->passthru('ocular', [ 'code-coverage:upload', '--format=php-clover', 'coverage.clover' ]);
36 36
     }
37 37
 }
Please login to merge, or discard this patch.