comment fixes
[civicrm-core.git] / CRM / Core / Error.php
index 3a3a2b3fb8b3ffdec4a5c8e0223df017b5f93a71..82b0c8d7fb30a1c8b455010fa47390e615350505 100644 (file)
@@ -598,6 +598,8 @@ class CRM_Core_Error extends PEAR_ErrorStack {
 
   /**
    * Append to the query log (if enabled)
+   *
+   * @param string $string
    */
   public static function debug_query($string) {
     if (defined('CIVICRM_DEBUG_LOG_QUERY')) {
@@ -942,6 +944,8 @@ class CRM_Core_Error extends PEAR_ErrorStack {
 
   /**
    * Terminate execution abnormally.
+   *
+   * @param string $code
    */
   protected static function abend($code) {
     // do a hard rollback of any pending transactions