Failed Conditions
Pull Request — master (#6655)
by
unknown
21:01
created
lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -78,7 +78,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.