@@ -27,6 +27,9 @@ |
||
| 27 | 27 | return $this->after($container, $serviceName, $serviceConfig, $result); |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | + /** |
|
| 31 | + * @param string $serviceName |
|
| 32 | + */ |
|
| 30 | 33 | protected function before(Container $container, &$serviceName, array &$serviceConfig) |
| 31 | 34 | { |
| 32 | 35 | |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | |
| 4 | 4 | use DICIT\ActivatorDecorator; |
| 5 | 5 | use DICIT\Container; |
| 6 | -use DICIT\UnbuildableServiceException; |
|
| 7 | 6 | use DICIT\Activator; |
| 8 | 7 | |
| 9 | 8 | class AbstractActivatorDecorator implements ActivatorDecorator |