You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan.neon
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,3 +54,9 @@ parameters:
54
54
message:'#^Call to function method_exists\(\) with Doctrine\\DBAL\\Connection and ''getNativeConnection'' will always evaluate to true\.$#'# needed for older DBAL versions
55
55
paths:
56
56
- src/Doctrine/Driver/DriverType.php
57
+
58
+
-
59
+
messages:# needed for older DBAL versions
60
+
- '#^Class PgSql\\Connection not found\.$#'
61
+
- '#^Class Doctrine\\DBAL\\Driver\\PgSQL\\Driver not found\.$#'
62
+
- '#^Class Doctrine\\DBAL\\Driver\\SQLite3\\Driver not found\.$#'
0 commit comments