Completed
Push — master ( 7e0694...82858a )
by Doug
13:02
created
WeightRedistributor.php 1 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.