@@ -4,9 +4,7 @@ discard block |
||
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 |
||
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 | { |