Skip to content

Commit

Permalink
removing psr2 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Nov 30, 2023
1 parent 7f46f5e commit 68a9b2b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
<!-- Show progress of the run -->
<arg value="p"/>

<rule ref="PSR2">
<rule ref="PSR12">
<exclude name="Generic.Files.LineLength.TooLong"/>
<exclude name="PSR2.Methods.MethodDeclaration.Underscore"/>
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
<exclude name="PSR12.Methods.MethodDeclaration.Underscore"/>
</rule>

<!--
Expand Down

0 comments on commit 68a9b2b

Please sign in to comment.