Docblock fix in CRM_Core_Config: type hint for $userSystem should be CRM_Utils_System...
authorAndreas Hennings <andreas@dqxtech.net>
Tue, 11 Feb 2014 14:29:46 +0000 (15:29 +0100)
committerAndreas Hennings <andreas@dqxtech.net>
Tue, 11 Feb 2014 14:29:46 +0000 (15:29 +0100)
CRM/Core/Config.php

index f6c9184ffe2b54ea7296eb479130296856e15242..7caf3f3290e0834e90b2f234360ad8906b3e76fe 100644 (file)
@@ -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;