Completed
Push — master ( 0403bd...4a4f66 )
by Doug
11:38
created
Packer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Box packing (3D bin packing, knapsack problem)
4
- * @package BoxPacker
5
- * @author Doug Wright
6
- */
3
+     * Box packing (3D bin packing, knapsack problem)
4
+     * @package BoxPacker
5
+     * @author Doug Wright
6
+     */
7 7
 namespace DVDoug\BoxPacker;
8 8
 
9 9
 use Psr\Log\LoggerAwareInterface;
Please login to merge, or discard this patch.
ItemList.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Box packing (3D bin packing, knapsack problem)
4
- * @package BoxPacker
5
- * @author Doug Wright
6
- */
3
+     * Box packing (3D bin packing, knapsack problem)
4
+     * @package BoxPacker
5
+     * @author Doug Wright
6
+     */
7 7
 namespace DVDoug\BoxPacker;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
BoxList.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Box packing (3D bin packing, knapsack problem)
4
- * @package BoxPacker
5
- * @author Doug Wright
6
- */
3
+     * Box packing (3D bin packing, knapsack problem)
4
+     * @package BoxPacker
5
+     * @author Doug Wright
6
+     */
7 7
 namespace DVDoug\BoxPacker;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
Item.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Box packing (3D bin packing, knapsack problem)
4
- * @package BoxPacker
5
- * @author Doug Wright
6
- */
3
+     * Box packing (3D bin packing, knapsack problem)
4
+     * @package BoxPacker
5
+     * @author Doug Wright
6
+     */
7 7
 namespace DVDoug\BoxPacker;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
Box.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Box packing (3D bin packing, knapsack problem)
4
- * @package BoxPacker
5
- * @author Doug Wright
6
- */
3
+     * Box packing (3D bin packing, knapsack problem)
4
+     * @package BoxPacker
5
+     * @author Doug Wright
6
+     */
7 7
 namespace DVDoug\BoxPacker;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
PackedBoxList.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Box packing (3D bin packing, knapsack problem)
4
- * @package BoxPacker
5
- * @author Doug Wright
6
- */
3
+     * Box packing (3D bin packing, knapsack problem)
4
+     * @package BoxPacker
5
+     * @author Doug Wright
6
+     */
7 7
 namespace DVDoug\BoxPacker;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.