|
@@ -148,7 +148,7 @@ |
|
|
block discarded – undo |
|
148
|
148
|
|
|
149
|
149
|
//Check iteration was productive |
|
150
|
150
|
if ($packedBoxesIteration->isEmpty()) { |
|
151
|
|
- throw new ItemTooLargeException('Item ' . $this->items->top()->getDescription() . ' is too large to fit into any box', $this->items->top()); |
|
|
151
|
+ throw new ItemTooLargeException('Item '.$this->items->top()->getDescription().' is too large to fit into any box', $this->items->top()); |
|
152
|
152
|
} |
|
153
|
153
|
|
|
154
|
154
|
//Find best box of iteration, and remove packed items from unpacked list |
Please login to merge, or discard this patch.