Skip to content

Commit

Permalink
phpcbf uses phpcs.xml now
Browse files Browse the repository at this point in the history
  • Loading branch information
agentrickard committed May 3, 2023
1 parent b046dec commit 12625f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions defaults/install/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@
<!-- Target: code-fix -->
<target name="code-fix" description="Run the automated code fixer.">
<!-- Run PHP Code Beautifier and Fixer. -->
<property name="phpcbf.command" value="vendor/bin/phpcbf --standard=${phpcs.standard} --extensions=${phpcs.extensions} ${phpcs.directories}" />
<echo msg="$> ${phpcbf.command}" />
<exec command="${phpcbf.command}" logoutput="true" checkreturn="false" />
<echo msg="$> vendor/bin/phpcbf" />
<exec command="vendor/bin/phpcbf" logoutput="true" checkreturn="false" />
</target>


Expand Down

0 comments on commit 12625f0

Please sign in to comment.