From 79dd13afe653d00c6407f755317b0e83d40d082c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 9 Dec 2018 22:20:51 +0100 Subject: [PATCH] Fix doc align --- Models/Article.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Models/Article.php b/Models/Article.php index e61c8a6..a0f5c5a 100644 --- a/Models/Article.php +++ b/Models/Article.php @@ -323,7 +323,7 @@ class Article * Add price to pricelist. * * @param array $price Price - * @param bool $db Update DB and cache? + * @param bool $db Update DB and cache? * * @return void * @@ -355,9 +355,9 @@ class Article /** * Add price to pricelist. * - * @param int $id Price ID + * @param int $id Price ID * @param array $price Price - * @param bool $db Update DB and cache? + * @param bool $db Update DB and cache? * * @return void *