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 601f576 commit 66b3b42Copy full SHA for 66b3b42
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `laravel-phpcs` will be documented in this file
4
5
+## 1.7.2 - 2022-10-17
6
+- Multiple parameters are now supported on the same line in multi-line functions.
7
+
8
## 1.7.1 - 2022-06-20
9
- Updated slevomat/coding-standard to estable version.
10
phpcs.xml
@@ -71,6 +71,9 @@
71
<rule ref="PSR2.ControlStructures.SwitchDeclaration"/>
72
<rule ref="PSR2.Files.EndFileNewline"/>
73
<rule ref="PSR2.Methods.MethodDeclaration"/>
74
+ <rule ref="PSR2.Methods.FunctionCallSignature">
75
+ <exclude name="PSR2.Methods.FunctionCallSignature.MultipleArguments"/>
76
+ </rule>
77
<rule ref="PSR2.Namespaces.NamespaceDeclaration"/>
78
<rule ref="PSR2.Namespaces.UseDeclaration"/>
79
<rule ref="PSR1">
0 commit comments