File tree 1 file changed +15
-8
lines changed
1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 20
20
<property name =" newlinesCountBetweenOpenTagAndDeclare" value =" 0" />
21
21
</properties >
22
22
</rule >
23
- <rule ref =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration " >
23
+ <rule ref =" SlevomatCodingStandard.TypeHints.PropertyTypeHint " >
24
24
<properties >
25
- <property name =" usefulAnnotations" type =" array" value ="
26
- @dataProvider,
27
- @requires
28
- " />
29
25
<property name =" enableObjectTypeHint" value =" false" />
30
26
</properties >
31
- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableParameterTypeHintSpecification" />
32
- <exclude name =" SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableReturnTypeHintSpecification" />
27
+ <exclude name =" SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint" />
28
+ </rule >
29
+ <rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
30
+ <properties >
31
+ <property name =" enableObjectTypeHint" value =" false" />
32
+ </properties >
33
+ <exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
34
+ </rule >
35
+ <rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" >
36
+ <properties >
37
+ <property name =" enableObjectTypeHint" value =" false" />
38
+ </properties >
39
+ <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
33
40
</rule >
34
41
<rule ref =" SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
35
- <rule ref =" SlevomatCodingStandard.ControlStructures .DisallowEqualOperators" />
42
+ <rule ref =" SlevomatCodingStandard.Operators .DisallowEqualOperators" />
36
43
<rule ref =" SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator" />
37
44
<rule ref =" SlevomatCodingStandard.ControlStructures.EarlyExit" />
38
45
<rule ref =" SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming" />
You can’t perform that action at this time.
0 commit comments