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 Sep 19, 2023
1 parent 6653bdd commit 64364b6
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,5 +10,5 @@
$finder = Finder::base()
->append(['.php-cs-fixer.dist.php', 'bin/relax']);

return Config::create('@PER-CS1.0', $localRules)
return Config::create('@Realodix', $localRules)
->setFinder($finder);

0 comments on commit 64364b6

Please sign in to comment.