Merge branch '3.0'

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

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" />