Skip to content

Commit 91d5fa0

Browse files
committed
Fix phpstan.neon
1 parent cbada04 commit 91d5fa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

phpstan.neon

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ parameters:
77
- tests
88
tmpDir: %currentWorkingDirectory%/.build/phpstan
99
exceptions:
10-
checkedExceptionRegexes:
11-
- '#.*#'
12-
check:
13-
missingCheckedExceptionInThrows: true
10+
checkedExceptionRegexes:
11+
- '#.*#'
12+
check:
13+
missingCheckedExceptionInThrows: true
1414
ignoreErrors:
1515
- message: "#Method .* throws checked exception .* but it's missing from the PHPDoc @throws tag.#"
1616
paths:

0 commit comments

Comments
 (0)