We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5efa21 commit 3759c83Copy full SHA for 3759c83
phpstan.neon
@@ -14,9 +14,6 @@ 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