Completed
Push — master ( 2e21dc...b663e1 )
by Bill
04:37 queued 02:23
created
src/Collectors/FileCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
                 continue;
38 38
             }
39 39
 
40
-            if (! preg_match("/{$this->filePattern}/", $file->getFilename())) {
40
+            if (!preg_match("/{$this->filePattern}/", $file->getFilename())) {
41 41
                 continue;
42 42
             }
43 43
 
Please login to merge, or discard this patch.