Skip to content

Commit 301e8d5

Browse files
committed
Exclude TypeHint.NoReturnType for now
See Automattic/phpcs-neutron-standard#19
1 parent 532dcd2 commit 301e8d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Inpsyde/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<rule ref="NeutronStandard">
2828
<exclude name="NeutronStandard.Functions.LongFunction"/>
2929
<exclude name="NeutronStandard.Globals.DisallowGlobalFunctions"/>
30+
<!-- This rule is broken for now, see https://github.com/Automattic/phpcs-neutron-standard/issues/19 -->
31+
<exclude name="NeutronStandard.Functions.TypeHint.NoReturnType"/>
3032
</rule>
3133

3234
<!--

0 commit comments

Comments
 (0)