Skip to content

Commit 6e1aca0

Browse files
committed
fix: memory issue
1 parent bad821d commit 6e1aca0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Config/Php82.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public function __construct()
1010
{
1111
parent::__construct('drupol/phpcsfixer-configs-php/php82');
1212

13-
$parent = (new Php73())->withRulesFromYaml((new Php82)->getRules());
13+
$parent = (new Php73())
14+
->withRulesFromYaml(dirname(__DIR__, 2) . '/config/php82/phpcsfixer.rules.yml');
1415

1516
$this
1617
->setRules(

0 commit comments

Comments
 (0)