Skip to content

Commit 1ecf56f

Browse files
committed
Disable incompatible phpcs check
The sniff `SlevomatCodingStandard.TypeHints.ParameterTypeHint` is not compatible with the lowest depenecies so the CI build fails. As we currently don't really need this check it has been disabeld for now.
1 parent a07e6e1 commit 1ecf56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpcs.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<property name="newlinesCountBetweenOpenTagAndDeclare" value="0"/>
2020
</properties>
2121
</rule>
22-
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
22+
<!-- rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint">
2323
<properties>
2424
<property name="enableObjectTypeHint" value="false"/>
2525
</properties>
2626
<exclude name="SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification"/>
27-
</rule>
27+
</rule -->
2828
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint">
2929
<properties>
3030
<property name="enableNativeTypeHint" value="false"/>

0 commit comments

Comments
 (0)