Skip to content

Commit

Permalink
Update .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jun 21, 2024
1 parent b698a05 commit 4fc2b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use Realodix\Relax\Config;
use Realodix\Relax\Finder;
use Realodix\Relax\RuleSet\Sets\Realodix;

$localRules = [
// Realodix
Expand All @@ -15,5 +16,5 @@
$finder = Finder::base()
->append(['.php-cs-fixer.dist.php']);

return Config::create('@Realodix', $localRules)
return Config::create(new Realodix, $localRules)
->setFinder($finder);

0 comments on commit 4fc2b06

Please sign in to comment.