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:
parent
1ade4a5c22
commit
b5f3f5137e
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user