1
0
mirror of synced 2025-02-20 22:23:14 +03:00

#1120 - missing docblock parameter

This commit is contained in:
Marco Pivetta 2014-10-19 18:23:50 +02:00
parent db74efbe34
commit 250b38710c

View File

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