diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 83965949b5..534b91cec4 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -105,11 +105,6 @@
lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
-
-
- tests/Doctrine/Tests/DBAL/Functional/Driver/IBMDB2/StatementTest.php
-
-
lib/Doctrine/DBAL/Schema/Comparator.php
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index 5f168a48fc..315d12d10d 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -23,11 +23,6 @@ parameters:
- '~^Property Doctrine\\DBAL\\Schema\\Schema::\$_schemaConfig \(Doctrine\\DBAL\\Schema\\SchemaConfig\) does not accept default value of type false\.\z~'
- '~^Return type \(int\|false\) of method Doctrine\\DBAL\\Driver\\OCI8\\OCI8Connection\:\:lastInsertId\(\) should be compatible with return type \(string\) of method Doctrine\\DBAL\\Driver\\Connection::lastInsertId\(\)~'
- # https://github.com/phpstan/phpstan/issues/3527
- -
- message: '~^Call to private method sqliteCreateFunction\(\) of parent class PDO\.$~'
- path: %currentWorkingDirectory%/lib/Doctrine/DBAL/Driver/PDOSqlite/Driver.php
-
# https://github.com/phpstan/phpstan/issues/2857
# TODO: remove in 4.0.0
- '~^Parameter #2 \$registeredAliases of static method Doctrine\\DBAL\\Query\\QueryException::nonUniqueAlias\(\) expects array, array given\.\z~'