Skip to content

Commit

Permalink
Fixed mismatched tag error in build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkel89 committed Jul 11, 2024
1 parent 5502f0e commit b98db62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<!-- PHP CodeSniffer -->
<target name="phpcbf">
<exec executable="${srcdir}/vendor/bin/phpcbf" escape="false" passthru="true" checkreturn="true" />
<exec executable="${srcdir}/vendor/bin/phpcbf" escape="false" passthru="true" checkreturn="true">
<arg line="--standard=${srcdir}/tests/phpcs.xml" />
</exec>
</target>
Expand Down

0 comments on commit b98db62

Please sign in to comment.