mirror of
https://github.com/Intervention/image.git
synced 2025-08-22 21:42:53 +02:00
Replace deprecated coding standard rule
This commit is contained in:
@@ -55,9 +55,9 @@
|
|||||||
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/>
|
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/>
|
||||||
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
|
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHintSpacing"/>
|
||||||
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing"/>
|
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHintSpacing"/>
|
||||||
<rule ref="SlevomatCodingStandard.TypeHints.UnionTypeHintFormat">
|
<rule ref="SlevomatCodingStandard.TypeHints.DNFTypeHintFormat">
|
||||||
<properties>
|
<properties>
|
||||||
<property name="withSpaces" value="no" />
|
<property name="withSpacesAroundOperators" value="no" />
|
||||||
<property name="nullPosition" value="first" />
|
<property name="nullPosition" value="first" />
|
||||||
</properties>
|
</properties>
|
||||||
</rule>
|
</rule>
|
||||||
|
Reference in New Issue
Block a user