Skip to content

Commit ce53f77

Browse files
committed
feat: update PHPStan configuration to ignore specific callable parameter error
1 parent bc6a717 commit ce53f77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpstan.neon.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ parameters:
99

1010
level: 5
1111

12-
# ignoreErrors:
13-
# - '#PHPDoc tag @var#'
14-
#
12+
ignoreErrors:
13+
- '#Parameter \#1 \$callback of method Illuminate\\Support\\Collection.*::transform\(\) expects callable.* given.#'
14+
1515
excludePaths:
1616
- ./contexts/*/Tests/*

0 commit comments

Comments
 (0)