Completed
Pull Request — master (#3)
by Daniel
01:48
created
src/DependencyInjection/Compiler/AbstractRegistryPass.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -13,6 +13,10 @@
 block discarded – undo
13 13
     private $serviceTag;
14 14
     private $registerByAlias;
15 15
 
16
+    /**
17
+     * @param string $registryId
18
+     * @param string $serviceTag
19
+     */
16 20
     public function __construct(
17 21
         $registryId,
18 22
         $serviceTag,
Please login to merge, or discard this patch.