APIv4 - Add Address::getCoordinates action
[civicrm-core.git] / CRM / Core / TemporaryErrorScope.php
index 0aefdbf63dcab788f29d0de4250269c63930afef..ab0cf4b3f800fed1bcbab1e5a1d246283c277cdd 100644 (file)
  *
  * To ensure that they throw exceptions, use:
  *
- * @code
+ * ```
  * $errorScope = CRM_Core_TemporaryErrorScope::useException();
- * @endcode
+ * ```
  *
  * Note that relying on this is a code-smell: it can be
  * safe to temporarily switch to exception
  */
 class CRM_Core_TemporaryErrorScope {
-  static $oldFrames;
+  public static $oldFrames;
 
   /**
    * @return CRM_Core_TemporaryErrorScope