Completed
Pull Request — master (#16)
by Johann
04:20
created
src/DICIT/Activators/AbstractActivatorDecorator.php 1 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.