Skip to content

Commit

Permalink
Merge pull request #221 from palantirnet/DEV-36-phpcbf
Browse files Browse the repository at this point in the history
DEV-36: The Build removed phpcbf settings
  • Loading branch information
byrond authored May 4, 2023
2 parents b046dec + 12625f0 commit ffd9162
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 ffd9162

Please sign in to comment.