Skip to content

Commit 203699d

Browse files
authored
Merge pull request #969 from jrushlow/ci/php-cs-fixer
[ci] fix union type spacing
2 parents 8407f26 + f699856 commit 203699d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/EntityRegenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function regenerateEntities(string $classOrNamespace): void
4444
{
4545
try {
4646
$metadata = $this->doctrineHelper->getMetadata($classOrNamespace);
47-
} catch (MappingException | LegacyCommonMappingException | PersistenceMappingException $mappingException) {
47+
} catch (MappingException|LegacyCommonMappingException|PersistenceMappingException $mappingException) {
4848
$metadata = $this->doctrineHelper->getMetadata($classOrNamespace, true);
4949
}
5050

0 commit comments

Comments
 (0)