Completed
Pull Request — master (#1)
by Gordon
02:06
created
src/AddDuplicationCheckTask.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Suilven\PHPTravisEnhancer;
4 4
 
Please login to merge, or discard this patch.
src/Helper/TravisYMLHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Suilven\PHPTravisEnhancer\Helper;
4 4
 
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     public function loadTravis()
32 32
     {
33 33
         \error_log('++++ LOADING TRAVIS ++++');
34
-        $result = [];
34
+        $result = [ ];
35 35
         $path = \getcwd() . '/' . $this->travisFileName;
36 36
         \error_log('PATH: ' . $path);
37 37
         if (\file_exists($this->travisFileName)) {
Please login to merge, or discard this patch.