From 2c503501e6f44faade516cce7de6b29b7e525b2e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 27 Nov 2020 22:56:16 +0100 Subject: [PATCH] phpstan fixes --- Models/QACategory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/QACategory.php b/Models/QACategory.php index 558e78c..ff6e321 100755 --- a/Models/QACategory.php +++ b/Models/QACategory.php @@ -87,7 +87,7 @@ class QACategory implements \JsonSerializable /** * Set name * - * @param string|TagL11n $name Tag article name + * @param string|QACategoryL11n $name Category name * * @return void *