Passed
Branch master (2c5818)
by Pablo
02:44
created
src/IgnoreFiles/Infrastructure/Disk/FileReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     public function read()
26 26
     {
27 27
         if (false === $this->fileExists()) {
28
-            return [];
28
+            return [ ];
29 29
         }
30 30
 
31 31
         return $this->getFileContent();
Please login to merge, or discard this patch.
src/IgnoreFiles/Tests/Service/IgnoreEntrySearcherTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,9 +70,9 @@
 block discarded – undo
70 70
     {
71 71
         return [
72 72
             [
73
-                [],
73
+                [ ],
74 74
                 'file_valid.php',
75
-            ],[
75
+            ], [
76 76
                 $this->ignoreDataProvide(),
77 77
                 'file_valid.php',
78 78
             ],
Please login to merge, or discard this patch.