Skip to content

Commit

Permalink
Fix cpd compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
dkgroot committed Nov 27, 2021
1 parent d17f3bb commit 6dca144
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 @@ -25,7 +25,7 @@
</target>

<target name="cpd">
<exec command="vendor/bin/phpcpd --fuzzy src --exclude src/PAMI/Message/Event" checkreturn="true" passthru="true"/>
<exec command="vendor/bin/phpcpd --fuzzy src --exclude src/PAMI/Message/Event --exclude PAMI/Message/Event" checkreturn="true" passthru="true"/>
</target>

<target name="md">
Expand Down

0 comments on commit 6dca144

Please sign in to comment.