@@ -54,7 +54,7 @@ |
||
| 54 | 54 | { |
| 55 | 55 | uasort( |
| 56 | 56 | $this->list, |
| 57 | - function (Box $boxA, Box $boxB) { |
|
| 57 | + function(Box $boxA, Box $boxB) { |
|
| 58 | 58 | if ($boxB->getInnerVolume() > $boxA->getInnerVolume()) { |
| 59 | 59 | return -1; |
| 60 | 60 | } elseif ($boxB->getInnerVolume() < $boxA->getInnerVolume()) { |