File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
templates/base-php-config Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
</properties >
24
24
</rule >
25
25
26
+ <!-- SlevomatCodingStandard -->
26
27
<rule ref =" SlevomatCodingStandard.Files.LineLength" >
27
28
<properties >
28
29
<property name =" lineLengthLimit" value =" 180" />
39
40
40
41
<rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInCall" />
41
42
<rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
43
+ <rule ref =" SlevomatCodingStandard.Functions.ArrowFunctionDeclaration" />
42
44
<rule ref =" SlevomatCodingStandard.TypeHints.UnionTypeHintFormat" >
43
45
<properties >
44
46
<property name =" withSpaces" value =" no" />
88
90
<exclude name =" Squiz.WhiteSpace.OperatorSpacing.SpacingBefore" />
89
91
</rule >
90
92
<rule ref =" Squiz.WhiteSpace.SuperfluousWhitespace" />
93
+
91
94
<rule ref =" Generic.Arrays.DisallowLongArraySyntax" />
92
95
<rule ref =" Generic.ControlStructures.DisallowYodaConditions" />
93
96
<rule ref =" Generic.ControlStructures.InlineControlStructure" />
98
101
<rule ref =" Generic.PHP.LowerCaseKeyword" />
99
102
<rule ref =" Generic.Strings.UnnecessaryStringConcat" />
100
103
<rule ref =" Generic.WhiteSpace.IncrementDecrementSpacing" />
104
+
101
105
<rule ref =" PSR2.Classes.PropertyDeclaration" />
102
106
<rule ref =" PSR2.Methods.MethodDeclaration" />
103
107
<rule ref =" PSR2.Files.EndFileNewline" />
You can’t perform that action at this time.
0 commit comments