Skip to content

Commit 75faac3

Browse files
authored
Merge pull request #11 from Ilyes512/added-NullableTypeForNullDefaultValue
Added NullableTypeForNullDefaultValue rule
2 parents 2a939c1 + 2eb39b1 commit 75faac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ilyes512CodingStandard/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
<property name="spacesCountAroundEqualsSign" value="0"/>
191191
</properties>
192192
</rule>
193+
<rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue"/>
193194
<!-- CUSTOM TYPE HINTS RULES START -->
194195

195196
<!-- CUSTOM COMMENTING RULES START-->

0 commit comments

Comments
 (0)