@@ -78,7 +78,6 @@ discard block |
||
78 | 78 | * |
79 | 79 | * @param string $entityName Full or partial entity class name |
80 | 80 | * @param EntityManagerInterface $entityManager |
81 | - * @param OutputInterface $output |
|
82 | 81 | */ |
83 | 82 | private function displayEntity($entityName, EntityManagerInterface $entityManager, SymfonyStyle $ui) |
84 | 83 | { |
@@ -240,7 +239,7 @@ discard block |
||
240 | 239 | * @param string $label Label for the value |
241 | 240 | * @param mixed $value A Value to show |
242 | 241 | * |
243 | - * @return array |
|
242 | + * @return string[] |
|
244 | 243 | */ |
245 | 244 | private function formatField($label, $value) |
246 | 245 | { |
@@ -278,7 +277,7 @@ discard block |
||
278 | 277 | * |
279 | 278 | * @param array $entityListeners |
280 | 279 | * |
281 | - * @return array |
|
280 | + * @return string[] |
|
282 | 281 | */ |
283 | 282 | private function formatEntityListeners(array $entityListeners) |
284 | 283 | { |