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 0edf4e9 commit 22e170aCopy full SHA for 22e170a
src/Cdn77/ruleset.xml
@@ -25,6 +25,11 @@
25
26
<!-- replaced by SlevomatCodingStandard.Commenting.RequireOneLineDocComment -->
27
<exclude name="SlevomatCodingStandard.Commenting.RequireOneLinePropertyDocComment"/>
28
+
29
+ <!-- Tools like PHPStan or Psalm check this better -->
30
+ <exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" />
31
+ <exclude name="SlevomatCodingStandard.TypeHints.PropertyTypeHint.MissingTraversableTypeHintSpecification" />
32
+ <exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" />
33
</rule>
34
35
<rule ref="SlevomatCodingStandard.Arrays.MultiLineArrayEndBracketPlacement"/>
0 commit comments