Completed
Pull Request — master (#109)
by Mikael
02:42 queued 01:22
created
sources/lib/DependencyInjection/Compiler/ModelPass.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -25,6 +25,11 @@
 block discarded – undo
25 25
         $this->addTagged($container, 'pomm.model_layer', 'pomm.pooler.model_layer', 'getModelLayer');
26 26
     }
27 27
 
28
+    /**
29
+     * @param string $tag
30
+     * @param string $defaultServiceId
31
+     * @param string $method
32
+     */
28 33
     private function addTagged(DI\ContainerBuilder $container, $tag, $defaultServiceId, $method)
29 34
     {
30 35
         /** @var DI\Definition[] $definitions */
Please login to merge, or discard this patch.