Completed
Push — 2.x-dev ( d3c40b...4cc278 )
by Doug
13:11
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');
151
+                throw new ItemTooLargeException('Item '.$this->items->top()->getDescription().' is too large to fit into any box');
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.