Skip to content

Commit

Permalink
[Coding Style] Enable rule PSR12.Properties.ConstantVisibility
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkleiner committed Apr 17, 2024
1 parent d0b89d2 commit e535f67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<exclude name="Generic.Files.LineLength" />
<exclude name="Generic.PHP.LowerCaseConstant.Found" />
<exclude name="PSR12.Files.FileHeader" />
<exclude name="PSR12.Properties.ConstantVisibility" />
<exclude name="PSR2.Classes.PropertyDeclaration.Underscore" />
</rule>

Expand Down

0 comments on commit e535f67

Please sign in to comment.