Skip to content

Commit 6c5e6e6

Browse files
committed
fix: larastan changes frequently
1 parent d68ace4 commit 6c5e6e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"flarum/testing": "^2.0",
88
"phpstan/phpstan": "^1.10.0",
9-
"larastan/larastan": "^2.7"
9+
"larastan/larastan": "2.9.12"
1010
},
1111
"autoload": {
1212
"psr-4": {

larastan-extension.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ services:
281281
- phpstan.broker.dynamicFunctionReturnTypeExtension
282282

283283
-
284-
class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
284+
class: Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
285285
tags:
286286
- phpstan.broker.dynamicMethodReturnTypeExtension
287287
-

0 commit comments

Comments
 (0)