File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 15
15
},
16
16
"require" : {
17
17
"php" : " ^8.0" ,
18
- "doctrine/coding-standard" : " ^9.0"
18
+ "doctrine/coding-standard" : " ^9.0" ,
19
+ "slevomat/coding-standard" : " ^7.2"
19
20
},
20
21
"require-dev" : {
21
22
"ext-json" : " *" ,
Original file line number Diff line number Diff line change 91
91
<property name =" ignoreComments" value =" true" />
92
92
</properties >
93
93
</rule >
94
+ <rule ref =" SlevomatCodingStandard.Functions.DisallowTrailingCommaInDeclaration" >
95
+ <properties >
96
+ <property name =" onlySingleLine" value =" true" />
97
+ </properties >
98
+ </rule >
94
99
<rule ref =" SlevomatCodingStandard.Functions.RequireArrowFunction" />
95
100
<rule ref =" SlevomatCodingStandard.Functions.RequireTrailingCommaInDeclaration" />
96
101
<rule ref =" SlevomatCodingStandard.PHP.RequireNowdoc" />
You can’t perform that action at this time.
0 commit comments