Completed
Push — 1.0 ( 8819c3...b01434 )
by David
03:23
created
src/YamlDefinitionLoader.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@  discard block
 block discarded – undo
4 4
 use Assembly\AliasDefinition;
5 5
 use Assembly\FactoryDefinition;
6 6
 use Assembly\InstanceDefinition;
7
-use Assembly\MethodCall;
8 7
 use Assembly\ParameterDefinition;
9
-use Assembly\PropertyAssignment;
10 8
 use Assembly\Reference;
11 9
 use Interop\Container\Definition\DefinitionInterface;
12 10
 use Interop\Container\Definition\DefinitionProviderInterface;
@@ -14,7 +12,6 @@  discard block
 block discarded – undo
14 12
 use Symfony\Component\Yaml\Parser;
15 13
 use TheCodingMachine\Definition\Exception\FileNotFoundException;
16 14
 use TheCodingMachine\Definition\Exception\InvalidArgumentException;
17
-use TheCodingMachine\Definition\Exception\RuntimeException;
18 15
 
19 16
 class YamlDefinitionLoader implements DefinitionProviderInterface
20 17
 {
Please login to merge, or discard this patch.