|
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"/>
|
|
20 | 21 | <property name="newlinesCountBetweenOpenTagAndDeclare" value="0"/>
|
21 | 22 | </properties>
|
22 | 23 | </rule>
|
23 | | - <rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"> |
24 | | - <properties> |
25 | | - <property name="enableObjectTypeHint" value="false"/> |
26 | | - </properties> |
27 | | - <exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingNativeTypeHint"/> |
28 | | - </rule> |
| 24 | + <rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/> |
29 | 25 | <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
|
30 | | - <properties> |
31 | | - <property name="enableObjectTypeHint" value="false"/> |
32 | | - </properties> |
33 | 26 | <exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification"/>
|
34 | 27 | </rule>
|
35 | 28 | <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint">
|
36 | | - <properties> |
37 | | - <property name="enableObjectTypeHint" value="false"/> |
38 | | - </properties> |
39 | 29 | <exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification"/>
|
40 | 30 | </rule>
|
41 | 31 | <rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
|
|
0 commit comments