Completed
Pull Request — master (#96)
by Andreas
10:31 queued 08:25
created
src/Container.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 use League\Container\Definition\DefinitionFactory;
7 7
 use League\Container\Definition\DefinitionFactoryInterface;
8 8
 use League\Container\Definition\DefinitionInterface;
9
-use League\Container\Exception\ProtectedException;
10 9
 use League\Container\Exception\NotFoundException;
10
+use League\Container\Exception\ProtectedException;
11 11
 use League\Container\Inflector\InflectorAggregate;
12 12
 use League\Container\Inflector\InflectorAggregateInterface;
13 13
 use League\Container\ServiceProvider\ServiceProviderAggregate;
Please login to merge, or discard this patch.