We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6f03c commit 19d7cc9Copy full SHA for 19d7cc9
phpcs.xml
@@ -9,7 +9,6 @@
9
<file>app</file>
10
<file>config</file>
11
<file>resources/views</file>
12
- <file>tests</file>
13
14
<!-- Specify paths to never check -->
15
<exclude-pattern>*/storage/*</exclude-pattern>
@@ -50,7 +49,6 @@
50
49
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
51
<exclude name="PSR2.ControlStructures.ControlStructureSpacing"/>
52
53
- <exclude name="Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine"/>
54
<exclude name="Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace"/>
55
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpen"/>
56
</rule>
0 commit comments