Skip to content

Commit dc59b91

Browse files
committed
Fix cs in compat file
1 parent 9844e79 commit dc59b91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Fixtures/Compat/CompatibilityType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use Doctrine\DBAL\ParameterType;
66
use function enum_exists;
77

8+
// phpcs:disable Generic.Classes.DuplicateClassName.Found
9+
// phpcs:disable Generic.Files.OneTraitPerFile.MultipleFound
10+
811
if (!enum_exists(ParameterType::class)) {
912
trait CompatibilityType
1013
{

0 commit comments

Comments
 (0)