Completed
Pull Request — master (#16)
by Johann
04:20
created
src/DICIT/Activators/AbstractActivatorDecorator.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.