Skip to content

Commit

Permalink
update phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Jul 15, 2019
1 parent 6b6f03c commit 19d7cc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<file>app</file>
<file>config</file>
<file>resources/views</file>
<file>tests</file>

<!-- Specify paths to never check -->
<exclude-pattern>*/storage/*</exclude-pattern>
Expand Down Expand Up @@ -50,7 +49,6 @@
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
<exclude name="PSR2.ControlStructures.ControlStructureSpacing"/>

<exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine"/>
<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace"/>
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen"/>
</rule>
Expand Down

0 comments on commit 19d7cc9

Please sign in to comment.