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 bad821d commit 6e1aca0Copy full SHA for 6e1aca0
1 file changed
src/Config/Php82.php
@@ -10,7 +10,8 @@ public function __construct()
10
{
11
parent::__construct('drupol/phpcsfixer-configs-php/php82');
12
13
- $parent = (new Php73())->withRulesFromYaml((new Php82)->getRules());
+ $parent = (new Php73())
14
+ ->withRulesFromYaml(dirname(__DIR__, 2) . '/config/php82/phpcsfixer.rules.yml');
15
16
$this
17
->setRules(
0 commit comments