Skip to content

Commit 2bbf832

Browse files
committed
Fix php-cs-fixer errors
1 parent e7b7686 commit 2bbf832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
$options = [
4545
'cacheFile' => 'build/.php-cs-fixer.cache',
4646
'finder' => $finder,
47-
'customFixers' => FixerGenerator::create('vendor/nexusphp/cs-config/src/Fixer', 'Nexus\\CsConfig\\Fixer'),
47+
'customFixers' => FixerGenerator::create('utils/vendor/nexusphp/cs-config/src/Fixer', 'Nexus\\CsConfig\\Fixer'),
4848
'customRules' => [
4949
NoCodeSeparatorCommentFixer::name() => true,
5050
],

0 commit comments

Comments
 (0)