Skip to content

Commit

Permalink
Merge pull request #414 from ergebnis/feature/php74
Browse files Browse the repository at this point in the history
Enhancement: Use `Php74` rule set
  • Loading branch information
localheinz committed Dec 27, 2021
2 parents 90a7e5c + 555fb41 commit e368627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$license->save();

$config = PhpCsFixer\Config\Factory::fromRuleSet(new PhpCsFixer\Config\RuleSet\Php73($license->header()), [
$config = PhpCsFixer\Config\Factory::fromRuleSet(new PhpCsFixer\Config\RuleSet\Php74($license->header()), [
'escape_implicit_backslashes' => false,
'mb_str_functions' => false,
]);
Expand Down

0 comments on commit e368627

Please sign in to comment.