Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-30-11-58-01
[civicrm-core.git] / CRM / Utils / Check.php
index 288a78f0e9f02846a8008b9b8bb9d07f3b694d0f..822f40de27988a86a99b9f4daafad1e70843b9ae 100644 (file)
@@ -88,6 +88,8 @@ class CRM_Utils_Check {
    * Throw an exception if any of the checks fail
    *
    * @param array|NULL $messages list of CRM_Utils_Check_Message; or NULL if the default list should be fetched
+   *
+   * @throws Exception
    */
   public function assertValid($messages = NULL) {
     if ($messages === NULL) {
@@ -126,4 +128,4 @@ class CRM_Utils_Check {
     return $messages;
   }
 
-}
\ No newline at end of file
+}