Passed
Pull Request — master (#5)
by Akihito
03:41
created
src/SortingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
             /**
31 31
              * @return int
32 32
              */
33
-            function (SplFileInfo $a, SplFileInfo $b) {
33
+            function(SplFileInfo $a, SplFileInfo $b) {
34 34
                 $pathA = $a->getPathname();
35 35
                 $pathB = $b->getPathname();
36 36
                 $cntA = count(explode('/', $pathA));
Please login to merge, or discard this patch.