Skip to content

Commit 856335d

Browse files
authored
Update build.xml
1 parent 7df8692 commit 856335d

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
@@ -46,7 +46,7 @@
4646
</target>
4747

4848
<target name="phpcs" description="Generate checkstyle.xml using PHP_CodeSniffer">
49-
<exec command="composer smell"/>
49+
<exec command="composer sniff"/>
5050
</target>
5151

5252
<target name="phpcs-human-summary" description="Generate human-readable Codesniffer output">

0 commit comments

Comments
 (0)