Skip to content

Commit 53e98f9

Browse files
committed
Update CS
1 parent 8439a35 commit 53e98f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

phpcs.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@
4545
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint">
4646
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification"/>
4747
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingAnyTypeHint"/>
48+
<exclude name="SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation"/>
4849
<properties>
4950
<property name="enableIntersectionTypeHint" value="true"/>
5051
</properties>
5152
</rule>
52-
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation">
53-
<severity>10</severity>
54-
</rule>
5553
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure.UnusedInheritedVariable">
5654
<exclude-pattern>src/Command/CommandHelper.php</exclude-pattern>
5755
<exclude-pattern>src/Testing/PHPStanTestCase.php</exclude-pattern>

0 commit comments

Comments
 (0)