Completed
Push — master ( 9d7981...5c5914 )
by Doug
05:35
created
BoxList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         if (!$this->isSorted) {
62 62
             uasort(
63 63
                 $this->list,
64
-                function (Box $boxA, Box $boxB) {
64
+                function(Box $boxA, Box $boxB) {
65 65
                     if ($boxB->getInnerVolume() > $boxA->getInnerVolume()) {
66 66
                         return -1;
67 67
                     } elseif ($boxB->getInnerVolume() < $boxA->getInnerVolume()) {
Please login to merge, or discard this patch.