File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 55use Rector \Config \RectorConfig ;
66use Rector \DowngradePhp85 \Rector \Class_ \DowngradeFinalPropertyPromotionRector ;
77use Rector \DowngradePhp85 \Rector \FuncCall \DowngradeArrayFirstLastRector ;
8+ use Rector \DowngradePhp85 \Rector \StmtsAwareInterface \DowngradePipeOperatorRector ;
89use Rector \Renaming \Rector \ClassConstFetch \RenameClassConstFetchRector ;
910use Rector \Renaming \Rector \MethodCall \RenameMethodRector ;
1011use Rector \Renaming \ValueObject \MethodCallRename ;
1617 $ rectorConfig ->rules ([
1718 DowngradeArrayFirstLastRector::class,
1819 DowngradeFinalPropertyPromotionRector::class,
20+ DowngradePipeOperatorRector::class,
1921 ]);
2022
2123 // https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_driver_specific_pdo_constants_and_methods
You can’t perform that action at this time.
0 commit comments