File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
<ruleset name =" XlsxFastEditor" >
3
3
<arg name =" extensions" value =" php" />
4
4
<arg name =" tab-width" value =" 4" />
5
+ <exclude-pattern >./.git/</exclude-pattern >
6
+ <exclude-pattern >./node_modules/</exclude-pattern >
5
7
<exclude-pattern >./vendor/</exclude-pattern >
6
8
<rule ref =" PSR12" >
7
9
<exclude name =" Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed" />
21
23
</properties >
22
24
</rule >
23
25
<rule ref =" Generic.PHP.DeprecatedFunctions" />
24
- <rule ref =" Generic.Strings.UnnecessaryStringConcat" />
26
+ <rule ref =" Generic.Strings.UnnecessaryStringConcat" >
27
+ <properties >
28
+ <property name =" allowMultiline" value =" true" />
29
+ </properties >
30
+ </rule >
25
31
<rule ref =" Generic.WhiteSpace.DisallowSpaceIndent" />
26
32
<rule ref =" Squiz.Classes.ClassFileName.NoMatch" />
27
33
<rule ref =" Squiz.Commenting.ClassComment.Missing" />
You can’t perform that action at this time.
0 commit comments