X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi.php;h=12b2119b45bc846ca7472b3ac6a518c5140532fb;hb=4b9648c24e5bab32f31a543789e785c4bf621808;hp=ee6138c9845683ced0629b8b0e357f1d8a0c3dd1;hpb=dba4438f425b8ac60bd0a31798a6b6fde00db65d;p=civicrm-core.git diff --git a/Civi.php b/Civi.php index ee6138c984..12b2119b45 100644 --- 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