We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82820cd commit f3d650bCopy full SHA for f3d650b
1 file changed
src/Config/Php82.php
@@ -8,9 +8,9 @@ final class Php82 extends YamlConfig
8
{
9
public function __construct()
10
11
- parent::__construct('drupol/phpcsfixer-configs-php/php73');
+ parent::__construct('drupol/phpcsfixer-configs-php/php82');
12
13
- $parent = (new Php82())->withRulesFromYaml((new Php73)->getRules());
+ $parent = (new Php73())->withRulesFromYaml((new Php82)->getRules());
14
15
$this
16
->setRules(
0 commit comments