We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3b15b commit 9e163bcCopy full SHA for 9e163bc
.phpcs.xml
@@ -37,6 +37,7 @@
37
<rule ref="SlevomatCodingStandard.Functions.StrictCall" />
38
<rule ref="SlevomatCodingStandard.Functions.StaticClosure" />
39
<rule ref="SlevomatCodingStandard.Operators.DisallowEqualOperators" />
40
+ <rule ref="SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue" />
41
42
<!-- Cleaning - detecting dead code -->
43
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure" />
0 commit comments