Completed
Push — master ( 86d584...6e9e0f )
by Gordon
06:24 queued 04:23
created
src/Helper/TravisYMLHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.