Completed
Push — master ( 4734ca...53d220 )
by Doug
14:09
created
src/VolumePacker.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 use Psr\Log\LoggerAwareInterface;
10 10
 use Psr\Log\LoggerAwareTrait;
11
-use Psr\Log\LoggerInterface;
12 11
 use Psr\Log\NullLogger;
13 12
 
14 13
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -205,7 +205,7 @@
 block discarded – undo
205 205
      * Used when we've packed a tall item, and have just put a shorter one next to it
206 206
      *
207 207
      * @param PackedItemList $packedItems
208
-     * @param ?PackedItem $prevItem
208
+     * @param null|PackedItem $prevItem
209 209
      * @param int $maxWidth
210 210
      * @param int $maxLength
211 211
      * @param int $maxDepth
Please login to merge, or discard this patch.