Skip to content

Commit dd7ecc8

Browse files
committed
set_error_handler notice ignore
1 parent ab69c57 commit dd7ecc8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpstan.neon

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ parameters:
55
excludes_analyse:
66
- src/Controller/ErrorPreviewConsoleController.php
77
- src/Controller/ErrorPreviewController.php
8-
- src/Middleware/Routed/Preview/ErrorPreviewAction.php
8+
- src/Middleware/Routed/Preview/ErrorPreviewAction.php
9+
checkMissingIterableValueType: false
10+
ignoreErrors:
11+
- '#function set_error_handler expects (callable(int, string, string, int, array): bool)*#'

0 commit comments

Comments
 (0)