File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<ruleset name =" PHPStan PHPDoc Parser" >
3
+ <config name =" php_version" value =" 70100" />
3
4
<rule ref =" build-cs/vendor/consistence/coding-standard/Consistence/ruleset.xml" >
4
5
<exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat" />
5
6
<exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
21
22
</properties >
22
23
</rule >
23
24
<rule ref =" SlevomatCodingStandard.TypeHints.PropertyTypeHint" >
24
- <properties >
25
- <property name =" enableObjectTypeHint" value =" false" />
26
- </properties >
27
25
<exclude name =" SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint" />
28
26
</rule >
29
27
<rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
30
- <properties >
31
- <property name =" enableObjectTypeHint" value =" false" />
32
- </properties >
33
28
<exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
34
29
</rule >
35
30
<rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" >
36
- <properties >
37
- <property name =" enableObjectTypeHint" value =" false" />
38
- </properties >
39
31
<exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
40
32
</rule >
41
33
<rule ref =" SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
You can’t perform that action at this time.
0 commit comments