Skip to content

Commit cabdc3e

Browse files
committed
Ignore Str helper class error
1 parent db110e1 commit cabdc3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpstan.neon.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ parameters:
1010

1111
ignoreErrors:
1212
- '#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*#'
1315

1416
excludePaths:
1517
- tests

0 commit comments

Comments
 (0)