Skip to content

Commit 1e283cb

Browse files
mfnspawnia
authored andcommitted
phpstan: ignore phpunit10 deprecations for now
1 parent cfe3520 commit 1e283cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ 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/*
1720
# Install https://plugins.jetbrains.com/plugin/7677-awesome-console to make those links clickable
1821
editorUrl: '%%relFile%%:%%line%%'
1922
editorUrlTitle: '%%relFile%%:%%line%%'

0 commit comments

Comments
 (0)