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) {