CiviEvent Dashboard and Manage Events: clean up disused url template vars
[civicrm-core.git] / Civi.php
index ebd09e8afec737e387d067a398a7a6c79e51f439..e52dd1614849e230584e55ccfbdb6b1733d67e3a 100644 (file)
--- 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();