Merge branch '2.0' into 3.0

* 2.0:
  Remove api from build target
This commit is contained in:
Andreas Fischer 2020-08-21 19:35:49 +02:00
commit fe00f1667e

View File

@ -4,7 +4,7 @@
default="all"
>
<target name="all" depends="sniff,api" />
<target name="all" depends="sniff" />
<!-- Code Sniffer -->
<target name="sniff" depends="sniff-php-code,sniff-php-tests" />