File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11on :
2- pull_request :
2+ pull_request_target :
33 paths-ignore :
44 - ' docs/**'
55 - ' README.md'
1717 secrets :
1818 token : ${{ secrets.YIISOFT_GITHUB_TOKEN }}
1919 with :
20+ repository : ${{ github.event.pull_request.head.repo.full_name }}
2021 os : >-
2122 ['ubuntu-latest']
2223 php : >-
Original file line number Diff line number Diff line change 4949 "maglnet/composer-require-checker" : " ^4.7" ,
5050 "phpbench/phpbench" : " ^1.3" ,
5151 "phpunit/phpunit" : " ^10.5" ,
52- "rector/rector" : " ^1.0.0 " ,
52+ "rector/rector" : " ^1.2 " ,
5353 "roave/infection-static-analysis-plugin" : " ^1.34" ,
5454 "spatie/phpunit-watcher" : " ^1.23" ,
5555 "vimeo/psalm" : " ^5.20" ,
Original file line number Diff line number Diff line change 44
55use Rector \CodeQuality \Rector \Class_ \InlineConstructorDefaultToPropertyRector ;
66use Rector \Config \RectorConfig ;
7- use Rector \Php73 \Rector \FuncCall \JsonThrowOnErrorRector ;
87use Rector \Php74 \Rector \Closure \ClosureToArrowFunctionRector ;
98use Rector \Php81 \Rector \Property \ReadOnlyPropertyRector ;
109use Rector \Set \ValueObject \LevelSetList ;
2524
2625 $ rectorConfig ->skip ([
2726 ClosureToArrowFunctionRector::class,
28- JsonThrowOnErrorRector::class,
2927 ReadOnlyPropertyRector::class,
3028 ]);
3129};
You can’t perform that action at this time.
0 commit comments