From 987ab4cbfb291a35e2ec0e9c49a15dc85d73688c Mon Sep 17 00:00:00 2001 From: Molkobain Date: Mon, 28 Sep 2020 16:54:58 +0200 Subject: [PATCH] PHPDoc and code cleanup --- .../application/UI/Component/QuickCreate/QuickCreateHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/application/UI/Component/QuickCreate/QuickCreateHelper.php b/sources/application/UI/Component/QuickCreate/QuickCreateHelper.php index a422bd9b2..41635c6bc 100644 --- a/sources/application/UI/Component/QuickCreate/QuickCreateHelper.php +++ b/sources/application/UI/Component/QuickCreate/QuickCreateHelper.php @@ -41,7 +41,7 @@ class QuickCreateHelper /** * Add $sQuery to the history. History is limited to the static::MAX_HISTORY_SIZE last classes. * - * @param string $Class Class of the created object + * @param string $sClass Class of the created object * * @return void * @throws \CoreException