We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaec784 commit 80f8bb2Copy full SHA for 80f8bb2
phpcs.xml
@@ -24,6 +24,8 @@
24
@requires
25
"/>
26
</properties>
27
+ <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableParameterTypeHintSpecification"/>
28
+ <exclude name="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingTraversableReturnTypeHintSpecification"/>
29
</rule>
30
<rule ref="SlevomatCodingStandard.ControlStructures.AssignmentInCondition"/>
31
<rule ref="SlevomatCodingStandard.ControlStructures.DisallowEqualOperators"/>
0 commit comments