Passed
Branch master (a4be46)
by Gordon
08:41
created
Category
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.