|
@@ -115,7 +115,7 @@ EOT
|
|
|
// Getting the metadata for the entity class once more to get the correct path if the namespace has multiple occurrences
|
|
|
try {
|
|
|
$entityMetadata = $manager->getClassMetadata($m->getName(), $input->getOption('path'));
|
|
|
- } catch(\RuntimeException $e) {
|
|
|
+ } catch (\RuntimeException $e) {
|
|
|
// fall back to the bundle metadata when no entity class could be found
|
|
|
$entityMetadata = $metadata;
|
|
|
}
|