Skip to content

Commit 6dca144

Browse files
committed
Fix cpd compilation
1 parent d17f3bb commit 6dca144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</target>
2626

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

3131
<target name="md">

0 commit comments

Comments
 (0)