Skip to content

Commit fc83ae2

Browse files
committed
missingType
1 parent ac5a226 commit fc83ae2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- laravel: "10.*"
1818
phpstan: 1
1919
- laravel: "11.*"
20-
phpstan: 1
20+
phpstan: 2
2121
- laravel: "12.*"
2222
phpstan: 2
2323

phpstan2.neon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ parameters:
1111
ignoreErrors:
1212
- '#Parameter \#1 \$object_or_class of function method_exists expects object\|string, mixed given\.#'
1313
- '#Trying to invoke mixed but it(.*) not a callable\.#'
14-
- identifier: missingType.iterableValue
14+
-
15+
identifier: missingType.iterableValue
1516

1617
reportUnmatchedIgnoredErrors: false
1718

0 commit comments

Comments
 (0)