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 9844e79 commit dc59b91Copy full SHA for dc59b91
tests/Fixtures/Compat/CompatibilityType.php
@@ -5,6 +5,9 @@
5
use Doctrine\DBAL\ParameterType;
6
use function enum_exists;
7
8
+// phpcs:disable Generic.Classes.DuplicateClassName.Found
9
+// phpcs:disable Generic.Files.OneTraitPerFile.MultipleFound
10
+
11
if (!enum_exists(ParameterType::class)) {
12
trait CompatibilityType
13
{
0 commit comments