@@ -7,7 +7,6 @@ |
||
| 7 | 7 | namespace DependencyInjection; |
| 8 | 8 | |
| 9 | 9 | use Psr\Container\ContainerInterface; |
| 10 | -use DependencyInjection\Exception\ContainerException; |
|
| 11 | 10 | use DependencyInjection\Exception\NotFoundException; |
| 12 | 11 | |
| 13 | 12 | class Container implements \ArrayAccess, ContainerInterface |
@@ -186,7 +186,7 @@ |
||
| 186 | 186 | throw Internal\Exception\ReflectionExceptionFactory::invalidArgument( |
| 187 | 187 | sprintf( |
| 188 | 188 | "Parameter 1 of %s must be an abstract class name which exists in resolved concrete stack.", |
| 189 | - __METHOD__ |
|
| 189 | + __METHOD__ |
|
| 190 | 190 | ) |
| 191 | 191 | ); |
| 192 | 192 | } |