@@ -25,11 +25,11 @@ |
||
25 | 25 | |
26 | 26 | public function actionUploadPhpCoverage() |
27 | 27 | { |
28 | - return $this->passthru('php-ocular', ['code-coverage:upload', '--format=php-clover', 'coverage.clover']); |
|
28 | + return $this->passthru('php-ocular', [ 'code-coverage:upload', '--format=php-clover', 'coverage.clover' ]); |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | public function actionUploadPythonCoverage() |
32 | 32 | { |
33 | - return $this->passthru('python-ocular', ['--data-file', '.coverage']); |
|
33 | + return $this->passthru('python-ocular', [ '--data-file', '.coverage' ]); |
|
34 | 34 | } |
35 | 35 | } |