File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7272 "phpstan/phpstan" : " ^0.12.90" ,
7373 "phpstan/phpstan-webmozart-assert" : " ^0.12.7" ,
7474 "pimple/pimple" : " ^3.2" ,
75- "rector/rector-src " : " 0.11.34 " ,
75+ "rector/rector" : " ^ 0.11.35 " ,
7676 "symfony/dependency-injection" : " ^5.0"
7777 },
7878 "suggest" : {
Original file line number Diff line number Diff line change 99use Rector \DeadCode \Rector \Assign \RemoveUnusedVariableAssignRector ;
1010use Rector \DeadCode \Rector \Expression \RemoveDeadStmtRector ;
1111use Rector \Set \ValueObject \SetList ;
12+ use Rector \TypeDeclaration \Rector \FunctionLike \ReturnTypeDeclarationRector ;
1213use Symfony \Component \DependencyInjection \Loader \Configurator \ContainerConfigurator ;
1314
1415return static function (ContainerConfigurator $ containerConfigurator ): void {
4344 __DIR__ . '/src/Controller ' ,
4445 __DIR__ . '/src/Middleware/Routed/Preview ' ,
4546 ],
47+ ReturnTypeDeclarationRector::class => [
48+ __DIR__ . '/src/Controller ' ,
49+ __DIR__ . '/spec/Fixture/NotSupportedContainer.php ' ,
50+ ]
4651 ]);
4752};
You can’t perform that action at this time.
0 commit comments