Skip to content

Commit

Permalink
Initialize setRules()
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 3, 2024
1 parent e9ded68 commit 447b530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public function __construct(?RuleSetInterface $ruleSet)
$this->registerCustomFixers(new \PhpCsFixerCustomFixers\Fixers);
$this->setFinder(Finder::base());
$this->setRiskyAllowed(true);
$this->setRules();
}

/**
Expand Down

0 comments on commit 447b530

Please sign in to comment.