We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5a226 commit fc83ae2Copy full SHA for fc83ae2
.github/workflows/phpstan.yml
@@ -17,7 +17,7 @@ jobs:
17
- laravel: "10.*"
18
phpstan: 1
19
- laravel: "11.*"
20
- phpstan: 1
+ phpstan: 2
21
- laravel: "12.*"
22
phpstan: 2
23
phpstan2.neon
@@ -11,7 +11,8 @@ parameters:
11
ignoreErrors:
12
- '#Parameter \#1 \$object_or_class of function method_exists expects object\|string, mixed given\.#'
13
- '#Trying to invoke mixed but it(.*) not a callable\.#'
14
- - identifier: missingType.iterableValue
+ -
15
+ identifier: missingType.iterableValue
16
reportUnmatchedIgnoredErrors: false
0 commit comments