We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe3520 commit 1e283cbCopy full SHA for 1e283cb
phpstan.neon
@@ -14,6 +14,9 @@ parameters:
14
- message: "#Method .* throws checked exception .* but it's missing from the PHPDoc @throws tag.#"
15
paths:
16
- tests/*
17
+ - message: "#@dataProvider .* related method must be static in PHPUnit 10 and newer.#"
18
+ paths:
19
+ - tests/*
20
# Install https://plugins.jetbrains.com/plugin/7677-awesome-console to make those links clickable
21
editorUrl: '%%relFile%%:%%line%%'
22
editorUrlTitle: '%%relFile%%:%%line%%'
0 commit comments