Skip to content

Commit 8be8338

Browse files
committed
exclude constants visibility rule
1 parent 28724aa commit 8be8338

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpcs.xml.dist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
<arg name="colors"/>
99

1010
<!-- inherit rules from: -->
11-
<rule ref="PSR12"/>
11+
<rule ref="PSR12">
12+
<exclude name="PSR12.Properties.ConstantVisibility.NotFound"/>
13+
</rule>
1214

1315
<!-- Paths to check -->
1416
<file>src</file>

0 commit comments

Comments
 (0)