Skip to content
Snippets Groups Projects
Unverified Commit cddb4b80 authored by Andrey Postnikov's avatar Andrey Postnikov Committed by GitHub
Browse files

feat(TypeHints): Add...

feat(TypeHints): Add SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue sniffer for PHP 8.4 (#3471146)
parent 4288ec74
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,7 @@
<property name="spacesCountAroundEqualsSign" value="0"/>
</properties>
</rule>
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue" />
<rule ref="Squiz.Arrays.ArrayDeclaration" />
<!-- Disable some error messages that we do not want. -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment