diff --git a/src/RuleSet/Php71.php b/src/RuleSet/Php71.php index 4c8f427..fd8710f 100644 --- a/src/RuleSet/Php71.php +++ b/src/RuleSet/Php71.php @@ -32,6 +32,7 @@ final class Php71 extends AbstractRuleSet 'psr0' => true, 'return_type_declaration' => ['space_before' => 'none'], 'single_quote' => false, + 'ternary_to_null_coalescing' => true, ]; protected $targetPhpVersion = 70100;