Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
f7c5b2a8e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Filesystem/FolderTest.php

+ 1 - 1
tests/TestCase/Filesystem/FolderTest.php

@@ -1391,7 +1391,7 @@ class FolderTest extends TestCase
 
         $this->assertSame(['a.txt', 'b.txt', 'c.txt'], $results);
     }
-    
+
     /**
      * testIsRegisteredStreamWrapper
      *