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 Jul 9, 2024
1 parent 278330f commit 4759466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$finder = Finder::base()
->append(['.php-cs-fixer.dist.php', 'bin/relax']);

return Config::create('realodix')
return Config::create('relax')
->setRules($localRules)
->setFinder($finder)
->setParallelConfig(\PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect())
Expand Down

0 comments on commit 4759466

Please sign in to comment.