Completed
Push — 2.x-dev ( 266dac...34f8fe )
by Doug
10:05
created
Packer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.