Stop suggesing types for php class constants

Class constant types are only available since php 8.3.0

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
This commit is contained in:
Maximilian Krög 2026-02-28 00:50:24 +01:00
parent 1ade4a5c22
commit b5f3f5137e
No known key found for this signature in database
GPG Key ID: 3C00897BB53AAB9C

View File

@ -38,6 +38,11 @@
<property name="ignoreSpacesInComment" value="true"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.TypeHints.ClassConstantTypeHint">
<properties>
<property name="enableNativeTypeHint" value="false"></property>
</properties>
</rule>
<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
<exclude-pattern>*/src/Plugins/Transformations/*</exclude-pattern>