Skip to content

Commit

Permalink
ReturnTypeHint + UselessFunctionDocComment fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikZigo committed Dec 11, 2023
1 parent 6804128 commit 39ae7c3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,10 @@
</rule>
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint">
<properties>
<property name="enableNativeTypeHint" value="true" />
<property name="traversableTypeHints" type="array" value="" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Commenting.UselessFunctionDocComment">
<properties>
<property name="usefulAnnotations" type="array" value="
@dataProvider
"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Commenting.UselessFunctionDocComment" />
<rule ref="SlevomatCodingStandard.TypeHints.DeclareStrictTypes">
<properties>
<property name="spacesCountAroundEqualsSign" value="0"/>
Expand Down

0 comments on commit 39ae7c3

Please sign in to comment.