Merge pull request #15699 from mattwire/participant_cleanup_completeOrderPBRef
[civicrm-core.git] / CRM / Extension / Container / Collection.php
index b30d9498b033dd280774e796c35dbff55a584110..6c37209bac65746d081f6d2995dc83edfa44c10e 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2019                                |
+ | Copyright CiviCRM LLC (c) 2004-2020                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -27,7 +27,7 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2019
+ * @copyright CiviCRM LLC (c) 2004-2020
  */
 
 /**
@@ -41,7 +41,7 @@ class CRM_Extension_Container_Collection implements CRM_Extension_Container_Inte
    *
    * Format is [$name => CRM_Extension_Container_Interface]
    *
-   * @var [string => CRM_Extension_Container_Interface]
+   * @var array
    *
    * Note: Treat as private. This is only public to facilitate debugging.
    */
@@ -55,7 +55,9 @@ class CRM_Extension_Container_Collection implements CRM_Extension_Container_Inte
   public $cache;
 
   /**
-   * @var string the cache key used for any data stored by this container
+   * The cache key used for any data stored by this container.
+   *
+   * @var string
    *
    * Note: Treat as private. This is only public to facilitate debugging.
    */