Skip to content

Commit

Permalink
Fix php-cs-fixer errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Jul 23, 2024
1 parent e7b7686 commit 2bbf832
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 @@ -44,7 +44,7 @@
$options = [
'cacheFile' => 'build/.php-cs-fixer.cache',
'finder' => $finder,
'customFixers' => FixerGenerator::create('vendor/nexusphp/cs-config/src/Fixer', 'Nexus\\CsConfig\\Fixer'),
'customFixers' => FixerGenerator::create('utils/vendor/nexusphp/cs-config/src/Fixer', 'Nexus\\CsConfig\\Fixer'),
'customRules' => [
NoCodeSeparatorCommentFixer::name() => true,
],
Expand Down

0 comments on commit 2bbf832

Please sign in to comment.