File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<ruleset name =" PHPStan PHPDoc Parser" >
3+ <config name =" php_version" value =" 70100" />
34 <rule ref =" build-cs/vendor/consistence/coding-standard/Consistence/ruleset.xml" >
45 <exclude name =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration.InvalidFormat" />
56 <exclude name =" SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameAfterKeyword" />
2122 </properties >
2223 </rule >
2324 <rule ref =" SlevomatCodingStandard.TypeHints.PropertyTypeHint" >
24- <properties >
25- <property name =" enableObjectTypeHint" value =" false" />
26- </properties >
2725 <exclude name =" SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint" />
2826 </rule >
2927 <rule ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint" >
30- <properties >
31- <property name =" enableObjectTypeHint" value =" false" />
32- </properties >
3328 <exclude name =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
3429 </rule >
3530 <rule ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" >
36- <properties >
37- <property name =" enableObjectTypeHint" value =" false" />
38- </properties >
3931 <exclude name =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
4032 </rule >
4133 <rule ref =" SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
You can’t perform that action at this time.
0 commit comments