@@ -18,7 +18,7 @@ discard block |
||
| 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 |
||
| 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 | } |