1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-30 01:00:06 +02:00

Remove constant type hint rule

This commit is contained in:
Oliver Vogel
2025-06-01 08:35:02 +02:00
parent fd0fbd1150
commit 9c77d8f2a4

View File

@@ -75,7 +75,6 @@
</properties> </properties>
</rule> </rule>
<rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/> <rule ref="SlevomatCodingStandard.TypeHints.LongTypeHints"/>
<rule ref="SlevomatCodingStandard.TypeHints.ClassConstantTypeHint"/>
<rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint"/> <rule ref="SlevomatCodingStandard.TypeHints.ParameterTypeHint"/>
<rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint"/> <rule ref="SlevomatCodingStandard.TypeHints.ReturnTypeHint"/>
<rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/> <rule ref="SlevomatCodingStandard.TypeHints.PropertyTypeHint"/>