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 e07fcd0 commit d2a7638Copy full SHA for d2a7638
phpstan.neon
@@ -8,5 +8,7 @@ parameters:
8
- src/Controller/ErrorPreviewController.php
9
- src/Middleware/Routed/Preview/ErrorPreviewAction.php
10
checkMissingIterableValueType: false
11
+ reportUnmatchedIgnoredErrors: false
12
ignoreErrors:
13
- '#function set_error_handler expects (callable(int, string, string, int, array): bool)*#'
14
+ - '#Invalid type object to throw#'
0 commit comments