CiviEvent Dashboard and Manage Events: clean up disused url template vars
[civicrm-core.git] / Civi.php
index 12b2119b45bc846ca7472b3ac6a518c5140532fb..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();
 
@@ -75,7 +75,7 @@ class Civi {
   }
 
   /**
-   * @return \Psr\Log\LoggerInterface
+   * @return \CRM_Core_Error_Log
    */
   public static function log() {
     return Civi\Core\Container::singleton()->get('psr_log');