Skip to content

Commit 3759c83

Browse files
mfnspawnia
authored andcommitted
Revert "phpstan: ignore phpunit10 deprecations for now"
This reverts commit 1e283cb.
1 parent d5efa21 commit 3759c83

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpstan.neon

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ parameters:
1414
- message: "#Method .* throws checked exception .* but it's missing from the PHPDoc @throws tag.#"
1515
paths:
1616
- tests/*
17-
- message: "#@dataProvider .* related method must be static in PHPUnit 10 and newer.#"
18-
paths:
19-
- tests/*
2017
# Install https://plugins.jetbrains.com/plugin/7677-awesome-console to make those links clickable
2118
editorUrl: '%%relFile%%:%%line%%'
2219
editorUrlTitle: '%%relFile%%:%%line%%'

0 commit comments

Comments
 (0)