Skip to content

Commit 5c60481

Browse files
Merge pull request #89 from sabbelasichon/issue-63
2 parents 868c5f9 + 12d7cd8 commit 5c60481

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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",

extension.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

8589
parameters:
8690
bootstrapFiles:

0 commit comments

Comments
 (0)