Completed
Push — issue89 ( 93fa49...529e43 )
by Doug
11:42
created
src/Packer.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
8 8
 
9 9
 namespace DVDoug\BoxPacker;
10 10
 
11
+use Psr\Log\LogLevel;
11 12
 use Psr\Log\LoggerAwareInterface;
12 13
 use Psr\Log\LoggerAwareTrait;
13
-use Psr\Log\LogLevel;
14 14
 use Psr\Log\NullLogger;
15 15
 
16 16
 /**
Please login to merge, or discard this patch.
src/WeightRedistributor.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
8 8
 
9 9
 namespace DVDoug\BoxPacker;
10 10
 
11
+use Psr\Log\LogLevel;
11 12
 use Psr\Log\LoggerAwareInterface;
12 13
 use Psr\Log\LoggerAwareTrait;
13
-use Psr\Log\LogLevel;
14 14
 use Psr\Log\NullLogger;
15 15
 
16 16
 /**
Please login to merge, or discard this patch.