@@ -30,7 +30,7 @@ |
||
| 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)); |