Skip to content

Commit f6b3e12

Browse files
committed
deps: support PHPStan GenericStaticType
1 parent 504c584 commit f6b3e12

4 files changed

+1
-317
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.16.0",
3131
"illuminate/support": "^9.52.16 || ^10.28.0 || ^11.16.0",
3232
"phpmyadmin/sql-parser": "^5.9.0",
33-
"phpstan/phpstan": "^1.12.5"
33+
"phpstan/phpstan": "^1.12.17"
3434
},
3535
"require-dev": {
3636
"doctrine/coding-standard": "^12.0",

extension.neon

-10
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,6 @@ services:
299299
tags:
300300
- phpstan.broker.dynamicMethodReturnTypeExtension
301301

302-
-
303-
class: Larastan\Larastan\ReturnTypes\EnumerableGenericStaticMethodDynamicMethodReturnTypeExtension
304-
tags:
305-
- phpstan.broker.dynamicMethodReturnTypeExtension
306-
307302
-
308303
class: Larastan\Larastan\ReturnTypes\NewModelQueryDynamicMethodReturnTypeExtension
309304
tags:
@@ -314,11 +309,6 @@ services:
314309
tags:
315310
- phpstan.broker.dynamicMethodReturnTypeExtension
316311

317-
-
318-
class: Larastan\Larastan\ReturnTypes\EnumerableGenericStaticMethodDynamicStaticMethodReturnTypeExtension
319-
tags:
320-
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
321-
322312
-
323313
class: Larastan\Larastan\Types\AbortIfFunctionTypeSpecifyingExtension
324314
tags:

src/ReturnTypes/EnumerableGenericStaticMethodDynamicMethodReturnTypeExtension.php

-177
This file was deleted.

src/ReturnTypes/EnumerableGenericStaticMethodDynamicStaticMethodReturnTypeExtension.php

-129
This file was deleted.

0 commit comments

Comments
 (0)