@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | } |
21 | 21 | |
22 | 22 | /** |
23 | - * @param Object $object |
|
23 | + * @param \N98\Magento\Command\AbstractMagentoCommand $object |
|
24 | 24 | * @param string $methodName |
25 | 25 | */ |
26 | 26 | public function methodInjection($object, $methodName, ObjectManager $objectManager) |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | * @param string $class |
36 | 36 | * @param ObjectManager $objectManager |
37 | 37 | * |
38 | - * @return object |
|
38 | + * @return \Symfony\Component\Console\Command\Command |
|
39 | 39 | */ |
40 | 40 | public function constructorInjection($class, ObjectManager $objectManager) |
41 | 41 | { |
@@ -156,6 +156,9 @@ |
||
156 | 156 | ->renderByFormat($output, $formattedTable, $format); |
157 | 157 | } |
158 | 158 | |
159 | + /** |
|
160 | + * @param string $format |
|
161 | + */ |
|
159 | 162 | private function renderTableValue($value, $format) |
160 | 163 | { |
161 | 164 | if ($value === null) { |
@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @param array|DDLTableColumn[] $columnDefinitions |
|
80 | + * @param DDLTableColumn[] $columnDefinitions |
|
81 | 81 | */ |
82 | 82 | public function setColumns(array $columnDefinitions) |
83 | 83 | { |