From 250b38710cf76fcb9f09964e5e65cb1f4a04050f Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 19 Oct 2014 18:23:50 +0200 Subject: [PATCH] #1120 - missing docblock parameter --- .../ORM/Tools/Console/Command/MappingDescribeCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php b/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php index 65dac497c..803b61fb8 100644 --- a/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php +++ b/lib/Doctrine/ORM/Tools/Console/Command/MappingDescribeCommand.php @@ -89,6 +89,7 @@ EOT * * @param string $entityName Full or partial entity class name * @param EntityManagerInterface $entityManager + * @param OutputInterface $output */ private function displayEntity($entityName, EntityManagerInterface $entityManager, OutputInterface $output) {