Passed
Push — master ( 297cdc...6a8111 )
by Nicolaas
10:19
created
src/CleanUp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@
 block discarded – undo
363 363
         $totalSizeAfter = 0;
364 364
         usort(
365 365
             $this->data,
366
-            function ($a, $b) {
366
+            function($a, $b) {
367 367
                 return $b['SizeBefore'] <=> $a['SizeBefore'];
368 368
             }
369 369
         );
Please login to merge, or discard this patch.