Skip to content

Commit

Permalink
phing: removed unnecessary configuration for codesniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Sep 27, 2020
1 parent 4e1297b commit dff84c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
<arg value="--colors"/>
</exec>
<exec executable="vendor/bin/phpcs" logoutput="true" passthru="true" checkreturn="true">
<arg value="--extensions=php,phpt"/>
<arg value="."/>
<arg value="--standard=phpcs.xml"/>
<arg value="--colors"/>
</exec>
<exec executable="vendor/bin/phpstan" logoutput="true" passthru="true" checkreturn="true">
Expand Down

0 comments on commit dff84c6

Please sign in to comment.