File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 77
77
<rule ref =" SlevomatCodingStandard.Classes.ModernClassNameReference" />
78
78
<!-- report invalid format of inline phpDocs with @var -->
79
79
<rule ref =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration" />
80
+ <!-- TODO -->
81
+ <rule ref =" SlevomatCodingStandard.Commenting.UselessFunctionDocComment" />
82
+ <!-- TODO -->
83
+ <rule ref =" SlevomatCodingStandard.Commenting.UselessInheritDocComment" />
80
84
<!-- Forbid assignments in conditions -->
81
85
<rule ref =" SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
82
86
<!-- Require consistent spacing for control structures -->
108
112
<property name =" ignoreMultiline" value =" true" />
109
113
</properties >
110
114
</rule >
115
+ <!-- TODO -->
116
+ <rule ref =" SlevomatCodingStandard.Functions.UnusedParameter" />
117
+ <!-- TODO -->
118
+ <rule ref =" SlevomatCodingStandard.Functions.UselessParameterDefaultValue" />
111
119
<!-- Require global functions to be referenced via a fully qualified name -->
112
120
<rule ref =" SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalFunctions" />
113
121
<!-- Forbid multiple use statements on same line -->
164
172
<severity >0</severity >
165
173
</rule >
166
174
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" >
167
- <severity >0 </severity >
175
+ <severity >9 </severity >
168
176
</rule >
169
177
<!-- Require return type hints to be declared -->
170
178
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" >
173
181
</properties >
174
182
</rule >
175
183
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation" >
176
- <severity >0 </severity >
184
+ <severity >9 </severity >
177
185
</rule >
186
+ <!-- TODO -->
178
187
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" >
179
188
<severity >0</severity >
180
189
</rule >
You can’t perform that action at this time.
0 commit comments