Skip to content

Commit 723d582

Browse files
committed
Specify php-cs-fixer config file in phing target.
1 parent 63b5c52 commit 723d582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<target name="php-cs-fixer" description="PHP Codings Standards fixer">
2121
<exec
2222
passthru="${passthru}"
23-
command="./vendor/bin/php-cs-fixer --verbose fix" />
23+
command="./vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose" />
2424
</target>
2525

2626
<target name="phpdoc" description="Generate API documentation">

0 commit comments

Comments
 (0)