Skip to content

Commit

Permalink
Fix phpstan command
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Feb 20, 2025
1 parent d8c7c37 commit bc372eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/install/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<exec command="${phpmd.command}" logoutput="true" checkreturn="true" />

<!-- Run phpstan. -->
<property name="phpstan.command" value="vendor/bin/phpstan vendor/bin/phpstan analyse" />
<property name="phpstan.command" value="vendor/bin/phpstan analyse" />
<echo msg="$> ${phpstan.command}" />
<exec command="${phpstan.command}" logoutput="true" checkreturn="true" />

Expand Down

0 comments on commit bc372eb

Please sign in to comment.