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 00b9a80 commit a1c9f71Copy full SHA for a1c9f71
ProjektMOTORCodingStandard/ruleset.xml
@@ -109,6 +109,10 @@
109
<exclude-pattern>src/Kernel.php</exclude-pattern>
110
</rule>
111
112
+ <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint">
113
+ <exclude-pattern>src/**Validator.php</exclude-pattern>
114
+ </rule>
115
+
116
<rule ref="SlevomatCodingStandard.Classes.EmptyLinesAroundClassBraces">
117
<properties>
118
<property name="linesCountAfterOpeningBrace" value="0"/>
0 commit comments