We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8407f26 + f699856 commit 203699dCopy full SHA for 203699d
src/Doctrine/EntityRegenerator.php
@@ -44,7 +44,7 @@ public function regenerateEntities(string $classOrNamespace): void
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