Passed
Push — master ( a233e0...1c55bf )
by Sebastian
58s queued 10s
created
src/Backup/Cleaner/Quantity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             ksort($files);
66 66
 
67 67
             while ($this->isCapacityExceeded($files)) {
68
-                $file     = array_shift($files);
68
+                $file = array_shift($files);
69 69
                 if ($file === null) {
70 70
                     break;
71 71
                 }
Please login to merge, or discard this patch.