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 db110e1 commit cabdc3eCopy full SHA for cabdc3e
phpstan.neon.dist
@@ -10,6 +10,8 @@ parameters:
10
11
ignoreErrors:
12
- '#Parameter \#1 \$callback of method Illuminate\\Container\\Container::call\(\) expects \(callable\(\): mixed\)\|string*#'
13
+ - '#Parameter \#2 \$needles of static method Illuminate\\Support\\Str::endsWith*#'
14
+ - '#Parameter \#2 \$needles of static method Illuminate\\Support\\Str::contains*#'
15
16
excludePaths:
17
- tests
0 commit comments