We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c8625 commit f699856Copy full SHA for f699856
src/Doctrine/EntityRegenerator.php
@@ -44,7 +44,7 @@ public function regenerateEntities(string $classOrNamespace)
44
{
45
try {
46
$metadata = $this->doctrineHelper->getMetadata($classOrNamespace);
47
- } catch (MappingException | LegacyCommonMappingException | PersistenceMappingException $mappingException) {
+ } catch (MappingException|LegacyCommonMappingException|PersistenceMappingException $mappingException) {
48
$metadata = $this->doctrineHelper->getMetadata($classOrNamespace, true);
49
}
50
0 commit comments