We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826a845 commit 71672c3Copy full SHA for 71672c3
README.md
@@ -71,6 +71,11 @@ $ vendor/bin/phpstan
71
- annotations like `@test`, `@before`, `@afterClass` etc
72
- attributes like `#[Test]`, `#[Before]`, `#[AfterClass]` etc
73
74
+#### PhpBench:
75
+- `benchXxx` methods
76
+- `#[BeforeMethods]`, `#[AfterMethods]` attributes
77
+- `#[ParamProviders]` attribute for param provider methods
78
+
79
#### PHPStan:
80
- constructor calls for DIC services (rules, extensions, ...)
81
0 commit comments