Skip to content

Commit dfedef8

Browse files
committed
:octocat: disabling strict type hint check for now
1 parent 8ab09e7 commit dfedef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/>
8484
<rule ref="SlevomatCodingStandard.TypeHints.NullTypeHintOnLastPosition"/>
8585
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/>
86-
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint"/>
86+
<!--<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint"/>-->
8787
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/>
8888
<!--<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint"/>-->
8989

0 commit comments

Comments
 (0)