File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 1515 "require-dev" : {
1616 "ext-simplexml" : " *" ,
1717 "laravel/framework" : " ^9.25" ,
18- "nikic/php-parser" : " v4.16.0 " ,
18+ "nikic/php-parser" : " v4.17.1 " ,
1919 "orchestra/testbench" : " ^7.7" ,
20- "phpstan/phpstan" : " 1.10.26 " ,
21- "phpstan/phpstan-deprecation-rules" : " 1.0.0 " ,
22- "phpstan/phpstan-phpunit" : " 1.1.1 " ,
23- "phpunit/phpunit" : " 9.5.21 " ,
24- "rector/rector" : " 0.17.7 " ,
25- "symplify/easy-coding-standard" : " 11.5.0 "
20+ "phpstan/phpstan" : " 1.10.38 " ,
21+ "phpstan/phpstan-deprecation-rules" : " 1.1.4 " ,
22+ "phpstan/phpstan-phpunit" : " 1.3.15 " ,
23+ "phpunit/phpunit" : " 9.6.13 " ,
24+ "rector/rector" : " 0.18.5 " ,
25+ "symplify/easy-coding-standard" : " 12.0.8 "
2626 },
2727 "scripts" : {
2828 "check" : " composer lint && composer test" ,
Original file line number Diff line number Diff line change 1010use Rector \Set \ValueObject \LevelSetList ;
1111use Rector \Set \ValueObject \SetList ;
1212use Rector \Strict \Rector \BooleanNot \BooleanInBooleanNotRuleFixerRector ;
13- use Rector \TypeDeclaration \Rector \ClassMethod \AddVoidReturnTypeWhereNoReturnRector ;
1413
1514return static function (RectorConfig $ config ): void {
1615 $ config ->paths ([__DIR__ . '/src ' , __DIR__ . '/tests ' ]);
2827 BooleanInBooleanNotRuleFixerRector::TREAT_AS_NON_EMPTY => false ,
2928 ]
3029 );
31- $ config ->ruleWithConfiguration (AddVoidReturnTypeWhereNoReturnRector::class, [
32- AddVoidReturnTypeWhereNoReturnRector::USE_PHPDOC => false ,
33- ]);
3430
3531 $ config ->skip ([
3632 NewlineAfterStatementRector::class,
You can’t perform that action at this time.
0 commit comments