Completed
Push — develop ( e1ba4a...6139e1 )
by Tom
04:14
created
src/N98/Util/Console/Helper/InjectionHelper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@
 block discarded – undo
31 31
         call_user_func_array([$object, $methodName], $argumentsToInject);
32 32
     }
33 33
 
34
+    /**
35
+     * @param string $class
36
+     */
34 37
     public function constructorInjection($class, ObjectManager $objectManager)
35 38
     {
36 39
         $parameters = $this->getMethod($class, '__construct');
Please login to merge, or discard this patch.