Completed
Push — master ( 5abe45...9371ec )
by Bill
10s
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.
test/FileSystemTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 abstract class FileSystemTest extends PHPUnit_Framework_TestCase
4 4
 {
5 5
 
6
-	protected $path = __DIR__ . '/temp';
6
+	protected $path = __DIR__.'/temp';
7 7
 
8 8
     protected function createTempFolder()
9 9
     {
Please login to merge, or discard this patch.