Completed
Push — master ( 67a9d6...7e85c1 )
by Doug
63:11
created
Item.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,5 +56,5 @@
 block discarded – undo
56 56
      */
57 57
     public function getKeepFlat();
58 58
 
59
-  }
59
+    }
60 60
 
Please login to merge, or discard this patch.
OrientatedItem.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,5 +56,5 @@
 block discarded – undo
56 56
      */
57 57
     public function getKeepFlat();
58 58
 
59
-  }
59
+    }
60 60
 
Please login to merge, or discard this patch.
VolumePacker.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
         /** @var OrientatedItem $orientation */
185 185
         foreach ($orientations as $o => $orientation) {
186 186
             $orientationFit = min($widthLeft   - $orientation->getWidth(),
187
-                                  $lengthLeft  - $orientation->getLength());
187
+                                    $lengthLeft  - $orientation->getLength());
188 188
 
189 189
             if ($orientationFit >= 0 && $depthLeft - $orientation->getDepth() >= 0) {
190 190
                 $orientationFits[$o] = $orientationFit;
Please login to merge, or discard this patch.