Skip to content

Commit f3d650b

Browse files
committed
fix: wrong ordering of configuration
1 parent 82820cd commit f3d650b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Config/Php82.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ final class Php82 extends YamlConfig
88
{
99
public function __construct()
1010
{
11-
parent::__construct('drupol/phpcsfixer-configs-php/php73');
11+
parent::__construct('drupol/phpcsfixer-configs-php/php82');
1212

13-
$parent = (new Php82())->withRulesFromYaml((new Php73)->getRules());
13+
$parent = (new Php73())->withRulesFromYaml((new Php82)->getRules());
1414

1515
$this
1616
->setRules(

0 commit comments

Comments
 (0)