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 756c783 commit ed37eb0Copy full SHA for ed37eb0
ruleset.xml
@@ -2,6 +2,7 @@
2
<ruleset name="PHPStan Doctrine extensions">
3
<rule ref="vendor/consistence/coding-standard/Consistence/ruleset.xml"/>
4
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml">
5
+ <exclude name="SlevomatCodingStandard.Classes.ClassConstantVisibility.MissingConstantVisibility"/>
6
<exclude name="SlevomatCodingStandard.Files.TypeNameMatchesFileName"/>
7
<exclude name="SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword"/>
8
<exclude name="SlevomatCodingStandard.Namespaces.UseOnlyWhitelistedNamespaces"/>
0 commit comments