Add coding standards rule to use the null coalescing operator ?? where possible

This commit is contained in:
Zach Borboa
2023-07-05 20:41:54 -07:00
parent 96bb2ef69b
commit 0d7ff95736
+1
View File
@@ -75,6 +75,7 @@ $config
'short_scalar_cast' => true,
'strict_comparison' => true,
'strict_param' => true,
'ternary_to_null_coalescing' => true,
'trailing_comma_in_multiline' => true,
'yoda_style' => [
'equal' => false,