1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 11:54:32 +02:00

fix(phpstan): incompatibility with recent updates

This commit is contained in:
Sami Mazouz
2025-02-14 09:59:54 +01:00
parent d02a924bb8
commit 1b9ff2b6fa
4 changed files with 6 additions and 16 deletions

View File

@@ -289,11 +289,6 @@ services:
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: Larastan\Larastan\ReturnTypes\EnumerableGenericStaticMethodDynamicMethodReturnTypeExtension
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: Larastan\Larastan\ReturnTypes\NewModelQueryDynamicMethodReturnTypeExtension
tags:
@@ -304,11 +299,6 @@ services:
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: Larastan\Larastan\ReturnTypes\EnumerableGenericStaticMethodDynamicStaticMethodReturnTypeExtension
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
-
class: Larastan\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension
tags: