Skip to content

Commit

Permalink
feat(TypeHints): Add SlevomatCodingStandard.TypeHints.NullableTypeFor…
Browse files Browse the repository at this point in the history
…NullDefaultValue sniffer for PHP 8.4 (#3471146)
  • Loading branch information
andypost authored Sep 22, 2024
1 parent 4288ec7 commit cddb4b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coder_sniffer/Drupal/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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. -->
Expand Down

0 comments on commit cddb4b8

Please sign in to comment.