From f0d168ba2216fa3f605280f69eedd5f6c4c1d7af Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 10 Sep 2025 16:51:16 +0200 Subject: [PATCH] remove constant rename, as will be turned into enum right away and required manaul upgrade --- config/sets/doctrine-dbal-40.php | 8 -------- 1 file changed, 8 deletions(-) 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, [