We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b5c52 commit 723d582Copy full SHA for 723d582
build.xml
@@ -20,7 +20,7 @@
20
<target name="php-cs-fixer" description="PHP Codings Standards fixer">
21
<exec
22
passthru="${passthru}"
23
- command="./vendor/bin/php-cs-fixer --verbose fix" />
+ command="./vendor/bin/php-cs-fixer fix --config-file=.php_cs --verbose" />
24
</target>
25
26
<target name="phpdoc" description="Generate API documentation">
0 commit comments