We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68ace4 commit 6c5e6e6Copy full SHA for 6c5e6e6
composer.json
@@ -6,7 +6,7 @@
6
"require": {
7
"flarum/testing": "^2.0",
8
"phpstan/phpstan": "^1.10.0",
9
- "larastan/larastan": "^2.7"
+ "larastan/larastan": "2.9.12"
10
},
11
"autoload": {
12
"psr-4": {
larastan-extension.neon
@@ -281,7 +281,7 @@ services:
281
- phpstan.broker.dynamicFunctionReturnTypeExtension
282
283
-
284
- class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
+ class: Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
285
tags:
286
- phpstan.broker.dynamicMethodReturnTypeExtension
287
0 commit comments