X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FTemporaryErrorScope.php;h=ab0cf4b3f800fed1bcbab1e5a1d246283c277cdd;hb=cb695d3e4baa5d332d3f7f4a1105bb2c090ec4ee;hp=d8853b8ef8cdff4b6ea0802a32e832b9d2d630d9;hpb=35300ebd3b90fd1d73409c4d1b75ffc86a05c728;p=civicrm-core.git diff --git a/CRM/Core/TemporaryErrorScope.php b/CRM/Core/TemporaryErrorScope.php index d8853b8ef8..ab0cf4b3f8 100644 --- a/CRM/Core/TemporaryErrorScope.php +++ b/CRM/Core/TemporaryErrorScope.php @@ -14,9 +14,9 @@ * * 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