Skip to content

Commit 89aa5ff

Browse files
committed
Enhancement: Use Php83 rule set
1 parent 9e97b62 commit 89aa5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
$license->save();
2828

29-
$ruleSet = PhpCsFixer\Config\RuleSet\Php82::create()->withHeader($license->header());
29+
$ruleSet = PhpCsFixer\Config\RuleSet\Php83::create()->withHeader($license->header());
3030

3131
$config = PhpCsFixer\Config\Factory::fromRuleSet($ruleSet);
3232

0 commit comments

Comments
 (0)