coding-standard icon indicating copy to clipboard operation
coding-standard copied to clipboard

duplicate rules for visibility of class constants

Open blue32a opened this issue 5 years ago • 0 comments

I think these rules are the same.

If it is correct

<rule ref="PSR12">
    <!-- checked by SlevomatCodingStandard.Classes.ClassConstantVisibility -->
    <exclude name="PSR12.Properties.ConstantVisibility"/>
</rule>

blue32a avatar Oct 15 '20 07:10 blue32a