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 1010 "phpstan/phpstan" : " ^1.8.9" ,
1111 "nikic/php-parser" : " ^4.15.1" ,
1212 "typo3/cms-core" : " ^10.4 || ^11.5 || ^12.0" ,
13- "typo3/cms-extbase" : " ^10.4 || ^11.5 || ^12.0"
13+ "typo3/cms-extbase" : " ^10.4 || ^11.5 || ^12.0" ,
14+ "bnf/phpstan-psr-container" : " ^1.0"
1415 },
1516 "require-dev" : {
1617 "consistence-community/coding-standard" : " ^3.10.1" ,
Original file line number Diff line number Diff line change @@ -81,6 +81,10 @@ services:
8181 class : SaschaEgerer\PhpstanTypo3\Type\PropertyMapperReturnTypeExtension
8282 tags :
8383 - phpstan.broker.dynamicMethodReturnTypeExtension
84+ -
85+ class : Bnf\PhpstanPsrContainer\ContainerDynamicReturnTypeExtension
86+ tags :
87+ - phpstan.broker.dynamicMethodReturnTypeExtension
8488
8589parameters :
8690 bootstrapFiles :
You can’t perform that action at this time.
0 commit comments