Merge pull request #801 from zachborboa/master

Add coding standards rule to use the null coalescing operator ?? where possible
This commit is contained in:
Zach Borboa
2023-07-06 21:12:25 -07:00
committed by GitHub
+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,