diff --git a/config/sets/doctrine-dbal-40.php b/config/sets/doctrine-dbal-40.php index 8aa3e9bc..3f3f85c3 100644 --- a/config/sets/doctrine-dbal-40.php +++ b/config/sets/doctrine-dbal-40.php @@ -67,14 +67,6 @@ ] ); - $rectorConfig->ruleWithConfiguration(RenameClassConstFetchRector::class, [ - // @see https://github.com/doctrine/dbal/pull/5554 - new RenameClassAndConstFetch('PDO', 'PARAM_INT', 'Doctrine\DBAL\ParameterType', 'INTEGER'), - new RenameClassAndConstFetch('PDO', 'PARAM_BOOL', 'Doctrine\DBAL\ParameterType', 'BOOLEAN'), - new RenameClassAndConstFetch('PDO', 'PARAM_STR', 'Doctrine\DBAL\ParameterType', 'STRING'), - new RenameClassAndConstFetch('PDO', 'PARAM_NULL', 'Doctrine\DBAL\ParameterType', 'NULL'), - ]); - $rectorConfig->ruleWithConfiguration( RenameMethodRector::class, [