File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 134134 </rule >
135135
136136 <!-- report invalid format of inline phpDocs with @var -->
137- <rule ref =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration" />
137+ <rule ref =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration" >
138+ <exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.MissingVariable" />
139+ </rule >
138140
139141 <!-- Require language constructs without parentheses -->
140142 <rule ref =" SlevomatCodingStandard.ControlStructures.LanguageConstructWithParentheses" />
Original file line number Diff line number Diff line change 1010 <property name =" searchAnnotations" value =" true" />
1111 </properties >
1212 </rule >
13- <rule ref =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration" >
14- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint" />
15- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingPropertyTypeHint" />
16- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableParameterTypeHintSpecification" />
17- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversablePropertyTypeHintSpecification" />
18- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableReturnTypeHintSpecification" />
19- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.UselessDocComment" />
13+ <rule ref =" SlevomatCodingStandard.TypeHints" >
14+ <exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" />
15+ <exclude name =" SlevomatCodingStandard.TypeHints.PropertyTypeHint" />
16+ <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
17+ <exclude name =" SlevomatCodingStandard.TypeHints.DisallowArrayTypeHintSyntax.DisallowedArrayTypeHintSyntax" />
18+ <exclude name =" SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue.NullabilityTypeMissing" />
19+ <exclude name =" SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint.DisallowedMixedTypeHint" />
20+ <exclude name =" SlevomatCodingStandard.Commenting.UselessFunctionDocComment" />
2021 </rule >
2122 <rule ref =" SlevomatCodingStandard.Commenting.UselessInheritDocComment" />
2223</ruleset >
You can’t perform that action at this time.
0 commit comments