From a6111172d515d75b58575d4dc64107b959d28c1a Mon Sep 17 00:00:00 2001 From: Andreas Hennings Date: Tue, 11 Feb 2014 15:29:46 +0100 Subject: [PATCH] Docblock fix in CRM_Core_Config: type hint for $userSystem should be CRM_Utils_System_Base. TODO: Introduce an interface. --- CRM/Core/Config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index f6c9184ffe..7caf3f3290 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -71,8 +71,9 @@ class CRM_Core_Config extends CRM_Core_Config_Variables { /** * The connector module for the CMS/UF + * @todo Introduce an interface. * - * @var CRM_Util_System_{$uf} + * @var CRM_Utils_System_Base */ public $userSystem = NULL; -- 2.25.1