File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1414 matrix :
1515 os : [ubuntu-latest, macos-latest] # windows-latest
1616 symfony : ['7.3']
17- php : ['8.3', '8.4']
17+ php : ['8.3', '8.4', '8.5' ]
1818 dependency_version : [prefer-stable]
1919
2020 name : PHP ${{ matrix.php }} - Symfony ^${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
Original file line number Diff line number Diff line change 44
55use Rector \CodingStyle \Rector \FunctionLike \FunctionLikeToFirstClassCallableRector ;
66use Rector \Config \RectorConfig ;
7+ use Rector \TypeDeclaration \Rector \ClassMethod \NarrowObjectReturnTypeRector ;
78use Rector \TypeDeclaration \Rector \ClassMethod \ReturnNeverTypeRector ;
89
910return RectorConfig::configure ()
1415 __DIR__ .'/src/Plugins/Parallel/Paratest/WrapperRunner.php ' ,
1516 ReturnNeverTypeRector::class,
1617 FunctionLikeToFirstClassCallableRector::class,
18+ NarrowObjectReturnTypeRector::class,
1719 ])
1820 ->withPreparedSets (
1921 deadCode: true ,
You can’t perform that action at this time.
0 commit comments