mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
cs: Enable risky rule is_null
.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user