list() is a reserved php keyword, changed ApiCommand::list() to ApiCommand::listing()

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-02 17:22:47 +01:00
parent 594512404f
commit cadb6618ec
18 changed files with 37 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
<phpdox xmlns="http://xml.phpdox.net/config">
<project name="froxlor" source="api" workdir="build/phpdox">
<collector publiconly="false">
<project name="froxlor" source="." workdir="build/phpdox">
<collector publiconly="true">
<include mask="*.php" />
</collector>