Skip to content

Commit 1589e04

Browse files
committed
set treatPhpDocTypesAsCertain: false
1 parent d67c9de commit 1589e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ parameters:
99
- src/Middleware/Routed/Preview/ErrorPreviewAction.php
1010
checkMissingIterableValueType: false
1111
reportUnmatchedIgnoredErrors: false
12+
treatPhpDocTypesAsCertain: false
1213
ignoreErrors:
1314
- '#function set_error_handler expects (callable(int, string, string, int, array): bool)*#'
1415
- '#Invalid type object to throw#'

0 commit comments

Comments
 (0)