@@ -151,7 +151,7 @@ |
||
151 | 151 | * |
152 | 152 | * @param int $value |
153 | 153 | * |
154 | - * @return Entity\Category |
|
154 | + * @return integer |
|
155 | 155 | * |
156 | 156 | * @throws \Exception |
157 | 157 | */ |
@@ -113,7 +113,7 @@ discard block |
||
113 | 113 | * |
114 | 114 | * @param string $value |
115 | 115 | * |
116 | - * @return Entity\Category |
|
116 | + * @return string |
|
117 | 117 | * |
118 | 118 | * @throws \Exception |
119 | 119 | */ |
@@ -139,7 +139,7 @@ discard block |
||
139 | 139 | * @param InputInterface $input |
140 | 140 | * @param OutputInterface $output |
141 | 141 | * |
142 | - * @return bool |
|
142 | + * @return boolean|null |
|
143 | 143 | */ |
144 | 144 | protected function execute(InputInterface $input, OutputInterface $output) |
145 | 145 | { |