Completed
Push — master ( d5be20...94ac26 )
by Doug
02:29
created
VolumePacker.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -208,9 +208,9 @@
 block discarded – undo
208 208
     }
209 209
 
210 210
     /**
211
-     * @param $layerWidth
212
-     * @param $layerLength
213
-     * @param $layerDepth
211
+     * @param integer $layerWidth
212
+     * @param integer $layerLength
213
+     * @param integer $layerDepth
214 214
      * @return bool
215 215
      */
216 216
     protected function isLayerStarted($layerWidth, $layerLength, $layerDepth) {
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
  */
7 7
 namespace DVDoug\BoxPacker;
8 8
 
9
+use Psr\Log\LogLevel;
9 10
 use Psr\Log\LoggerAwareInterface;
10 11
 use Psr\Log\LoggerAwareTrait;
11
-use Psr\Log\LogLevel;
12 12
 use Psr\Log\NullLogger;
13 13
 
14 14
 /**
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.