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 139cc02 commit fa721b4Copy full SHA for fa721b4
phpcs.xml
@@ -4,5 +4,7 @@
4
<exclude-pattern>*/vendor/*</exclude-pattern>
5
<arg name="colors" />
6
<arg value="p" />
7
- <rule ref="PSR12" />
+ <rule ref="PSR12" >
8
+ <exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
9
+ </rule>
10
</ruleset>
0 commit comments