cs: Enable risky rule is_null.

This commit is contained in:
Pol Dellaiera
2021-11-30 10:22:38 +01:00
parent e11c249131
commit 3631fd99fd
6 changed files with 11 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ $riskyRules = [
'php_unit_no_expectation_annotation' => false,
'declare_strict_types' => false,
'function_to_constant' => false,
'is_null' => false,
'is_null' => true,
'native_function_invocation' => false,
'ternary_to_elvis_operator' => false,
// 'no_trailing_whitespace_in_string' => false,