@@ -19,7 +19,7 @@ |
||
19 | 19 | public function loadTravis() |
20 | 20 | { |
21 | 21 | error_log('++++ LOADING TRAVIS ++++'); |
22 | - $result = []; |
|
22 | + $result = [ ]; |
|
23 | 23 | $path = getcwd() . '/' . $this->travisFileName; |
24 | 24 | error_log('PATH: ' . $path); |
25 | 25 | if (file_exists($this->travisFileName)) { |