Completed
Push — master ( a4be46...86d584 )
by Gordon
06:56 queued 01:03
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.