mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 12:14:36 +00:00
Add coding standards rule to use the null coalescing operator ?? where possible
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user