X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=Civi.php;h=e52dd1614849e230584e55ccfbdb6b1733d67e3a;hb=3bfefe5639d05ad5629f25542fac9567daaceb68;hp=ebd09e8afec737e387d067a398a7a6c79e51f439;hpb=cbef5d21a759228603c347bfc4452696e11cb139;p=civicrm-core.git diff --git a/Civi.php b/Civi.php index ebd09e8afe..e52dd16148 100644 --- a/Civi.php +++ b/Civi.php @@ -19,9 +19,9 @@ class Civi { /** * A central location for static variable storage. * @var array - * @code + * ``` * `Civi::$statics[__CLASS__]['foo'] = 'bar'; - * @endcode + * ``` */ public static $statics = array();