Skip to content

Commit

Permalink
fix: larastan changes frequently
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 29, 2024
1 parent d68ace4 commit 6c5e6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"flarum/testing": "^2.0",
"phpstan/phpstan": "^1.10.0",
"larastan/larastan": "^2.7"
"larastan/larastan": "2.9.12"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion larastan-extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ services:
- phpstan.broker.dynamicFunctionReturnTypeExtension

-
class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
class: Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
Expand Down

0 comments on commit 6c5e6e6

Please sign in to comment.