File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/Issues/WithPhpSets/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 66use Rector \Php85 \Rector \ArrayDimFetch \ArrayFirstLastRector ;
77use Rector \Removing \Rector \FuncCall \RemoveFuncCallArgRector ;
88use Rector \Removing \ValueObject \RemoveFuncCallArg ;
9+ use Rector \Renaming \Rector \FuncCall \RenameFunctionRector ;
910use Rector \Renaming \Rector \MethodCall \RenameMethodRector ;
1011use Rector \Renaming \ValueObject \MethodCallRename ;
11- use Rector \Renaming \Rector \FuncCall \RenameFunctionRector ;
1212
1313return static function (RectorConfig $ rectorConfig ): void {
1414 $ rectorConfig ->rules ([ArrayFirstLastRector::class]);
Original file line number Diff line number Diff line change 77
88return RectorConfig::configure ()
99 ->withPhpSets (php85: true )
10- ->withPhpVersion (PhpVersion::PHP_85 );
10+ ->withPhpVersion (PhpVersion::PHP_85 );
You can’t perform that action at this time.
0 commit comments