Merge pull request #16263 from eileenmcnaughton/ids_3
[civicrm-core.git] / Civi.php
index ee6138c9845683ced0629b8b0e357f1d8a0c3dd1..12b2119b45bc846ca7472b3ac6a518c5140532fb 100644 (file)
--- a/Civi.php
+++ b/Civi.php
@@ -18,7 +18,7 @@ class Civi {
 
   /**
    * A central location for static variable storage.
-   *
+   * @var array
    * @code
    * `Civi::$statics[__CLASS__]['foo'] = 'bar';
    * @endcode