Skip to content

Commit 74cb5d6

Browse files
author
Stephan Wentz
committed
fix: Use SlevomatCodingStandard.TypeHints.DNFTypeHintFormat instead of deprecated SlevomatCodingStandard.TypeHints.UnionTypeHintFormat sniff
1 parent a212511 commit 74cb5d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Brainbits/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
<rule ref="Doctrine">
66
<exclude name="Generic.Formatting.MultipleStatementAlignment.NotSame" />
77
<exclude name="Generic.Formatting.SpaceAfterNot.Incorrect" />
8+
<exclude name="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat" />
89
</rule>
10+
<rul ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat" />
911
</ruleset>

0 commit comments

Comments
 (0)