Skip to content

Commit a08ae46

Browse files
committed
fix(phpstan): Remove ignored errors
1 parent 0f384b0 commit a08ae46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ 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*#'
1513

1614
excludePaths:
1715
- tests

0 commit comments

Comments
 (0)