Merge pull request #13235 from civicrm/5.8
[civicrm-core.git] / CRM / Core / TemporaryErrorScope.php
index ec170a7b71357be83db0e36ed91d9f8f258bfced..7f78496083669e2401bf87956ff5f15ca1da4b90 100644 (file)
@@ -79,6 +79,8 @@ class CRM_Core_TemporaryErrorScope {
 
   /**
    * Set the active error-handler settings
+   *
+   * @param string $frame
    */
   public static function setActive($frame) {
     $GLOBALS['_PEAR_default_error_mode'] = $frame['_PEAR_default_error_mode'];