@@ -20,7 +20,7 @@ discard block |
||
| 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 |
||
| 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 | { |