Passed
Push — master ( 5826be...2ec359 )
by Andreas
05:28 queued 03:08
created
src/Util/FileSorter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      */
32 32
     public function __construct()
33 33
     {
34
-        $this->naturalSorter = function (SplFileInfo $a, SplFileInfo $b) {
34
+        $this->naturalSorter = function(SplFileInfo $a, SplFileInfo $b) {
35 35
             return strnatcasecmp($a->getRealPath(), $b->getRealPath());
36 36
         };
37 37
     }
Please login to merge, or discard this patch.