Completed
Push — master ( f3a4fe...8c8190 )
by Christian
07:45
created
src/N98/Util/Console/Helper/InjectionHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
     }
21 21
 
22 22
     /**
23
-     * @param \Magento\Framework\ObjectManagerInterface $object
23
+     * @param \N98\Magento\Command\AbstractMagentoCommand $object
24 24
      * @param string $methodName
25 25
      */
26 26
     public function methodInjection($object, $methodName, ObjectManagerInterface $objectManager)
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      * @param string $class
36 36
      * @param \Magento\Framework\ObjectManagerInterface $objectManager
37 37
      *
38
-     * @return object
38
+     * @return \Symfony\Component\Console\Command\Command
39 39
      */
40 40
     public function constructorInjection($class, ObjectManagerInterface $objectManager)
41 41
     {
Please login to merge, or discard this patch.