File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 15
15
},
16
16
"require" : {
17
17
"php" : " ^8.3" ,
18
- "doctrine/coding-standard" : " ^13.0" ,
18
+ "doctrine/coding-standard" : " ^13.0.1 " ,
19
19
"slevomat/coding-standard" : " ^8.18" ,
20
20
"squizlabs/php_codesniffer" : " ^3.13"
21
21
},
Original file line number Diff line number Diff line change 30
30
31
31
<exclude name =" Squiz.Commenting.FunctionComment.SpacingAfterParamType" />
32
32
33
- <!-- https://github.com/doctrine/coding-standard/pull/339 -->
34
- <exclude name =" Squiz.WhiteSpace.LanguageConstructSpacing" />
35
-
36
33
<!-- replaced by Cdn77.NamingConventions.ValidConstantName -->
37
34
<exclude name =" Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase" />
38
35
46
43
<exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
47
44
</rule >
48
45
49
- <!-- https://github.com/doctrine/coding-standard/pull/339 -->
50
- <rule ref =" Generic.WhiteSpace.LanguageConstructSpacing" />
51
-
52
46
<rule ref =" SlevomatCodingStandard.Classes.ClassStructure" >
53
47
<properties >
54
48
<property name =" groups" type =" array" >
You can’t perform that action at this time.
0 commit comments