Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcullum committed Feb 4, 2019
1 parent ea32d59 commit 415baef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

<target name="build" depends="composer,phplint,jsvalidate,phpunit,phpcs" />

<target name="composer" description="Run composer">
<exec command="composer install" logoutput="/dev/stdout" checkreturn="true" />
</target>
<target name="composer" description="Run composer">
<exec command="composer install" logoutput="/dev/stdout" checkreturn="true" />
</target>

<target name="phplint" description="Run php -l over the fileset">
<phplint haltonfailure="true">
Expand Down

0 comments on commit 415baef

Please sign in to comment.