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 c9ad0cd commit 16eb94eCopy full SHA for 16eb94e
README.md
@@ -9,6 +9,8 @@ Analyzes PHPStan baseline files and creates aggregated error trend-reports.
9
## Supported PHPStan Rules
10
- PHPStan\Rules\PhpDoc\InvalidPhpDocTagValueRule
11
- Symplify\PHPStanRules\CognitiveComplexity\Rules\ClassLikeCognitiveComplexityRule
12
+- Symplify\PHPStanRules\Rules\Explicit\NoMixedMethodCallerRule
13
+- Symplify\PHPStanRules\Rules\Explicit\NoMixedPropertyFetcherRule
14
15
## example report
16
0 commit comments