From 3a8d5a9517c13ca65c99e2c186462fa874b2c04c Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Tue, 8 Oct 2019 12:11:00 +0200 Subject: [PATCH] correct Mysql.add phpDoc to produce correct api-doc, fixes #721 Signed-off-by: Michael Kaufmann --- lib/Froxlor/Api/Commands/Mysqls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Froxlor/Api/Commands/Mysqls.php b/lib/Froxlor/Api/Commands/Mysqls.php index 54109919..35f6062c 100644 --- a/lib/Froxlor/Api/Commands/Mysqls.php +++ b/lib/Froxlor/Api/Commands/Mysqls.php @@ -33,7 +33,7 @@ class Mysqls extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEnt * optional, description for database * @param bool $sendinfomail * optional, send created resource-information to customer, default: false - * @param int $customer_id + * @param int $customerid * required when called as admin, not needed when called as customer * * @access admin, customer