We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbada04 commit 91d5fa0Copy full SHA for 91d5fa0
phpstan.neon
@@ -7,10 +7,10 @@ parameters:
7
- tests
8
tmpDir: %currentWorkingDirectory%/.build/phpstan
9
exceptions:
10
- checkedExceptionRegexes:
11
- - '#.*#'
12
- check:
13
- missingCheckedExceptionInThrows: true
+ checkedExceptionRegexes:
+ - '#.*#'
+ check:
+ missingCheckedExceptionInThrows: true
14
ignoreErrors:
15
- message: "#Method .* throws checked exception .* but it's missing from the PHPDoc @throws tag.#"
16
paths:
0 commit comments