Skip to content

Commit

Permalink
adding ternary_to_null_coalescing fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydiablo committed Nov 14, 2018
1 parent 9b56108 commit bd92b10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RuleSet/Php71.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bd92b10

Please sign in to comment.