8000 [DoctrineBundle] fixed typo · lacyrhoades/symfony@885d927 · GitHub
[go: up one dir, main page]

Skip to content

Commit 885d927

Browse files
committed
[DoctrineBundle] fixed typo
1 parent bb7b7e8 commit 885d927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
6060
$entityGenerator = $this->getEntityGenerator();
6161

6262
foreach ($metadatas as $metadata) {
63-
if ($filterEntity && $metadata->getReflClass()->getShortName() !== $filterEntity) {
63+
if ($filterEntity && $metadata->getReflectionClass()->getShortName() !== $filterEntity) {
6464
continue;
6565
}
6666

0 commit comments

Comments
 (0)
0