Skip to content

Commit a1c9f71

Browse files
author
Robert Freigang
committed
Ignore not needed slevomat rules introduced in version 6.x
1 parent 00b9a80 commit a1c9f71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ProjektMOTORCodingStandard/ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@
109109
<exclude-pattern>src/Kernel.php</exclude-pattern>
110110
</rule>
111111

112+
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint">
113+
<exclude-pattern>src/**Validator.php</exclude-pattern>
114+
</rule>
115+
112116
<rule ref="SlevomatCodingStandard.Classes.EmptyLinesAroundClassBraces">
113117
<properties>
114118
<property name="linesCountAfterOpeningBrace" value="0"/>

0 commit comments

Comments
 (0)