#1120 - missing docblock parameter
This commit is contained in:
parent
db74efbe34
commit
250b38710c
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ EOT
|
||||||
*
|
*
|
||||||
* @param string $entityName Full or partial entity class name
|
* @param string $entityName Full or partial entity class name
|
||||||
* @param EntityManagerInterface $entityManager
|
* @param EntityManagerInterface $entityManager
|
||||||
|
* @param OutputInterface $output
|
||||||
*/
|
*/
|
||||||
private function displayEntity($entityName, EntityManagerInterface $entityManager, OutputInterface $output)
|
private function displayEntity($entityName, EntityManagerInterface $entityManager, OutputInterface $output)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue