mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
fix: larastan changes frequently
This commit is contained in:
@@ -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": {
|
||||
|
@@ -281,7 +281,7 @@ services:
|
||||
- phpstan.broker.dynamicFunctionReturnTypeExtension
|
||||
|
||||
-
|
||||
class: Larastan\Larastan\ReturnTypes\CollectionFilterDynamicReturnTypeExtension
|
||||
class: Larastan\Larastan\ReturnTypes\CollectionFilterRejectDynamicReturnTypeExtension
|
||||
tags:
|
||||
- phpstan.broker.dynamicMethodReturnTypeExtension
|
||||
-
|
||||
|
Reference in New Issue
Block a user