Merge pull request #10360 from yashodha/CRM-20552
[civicrm-core.git] / Civi / CCase / Analyzer.php
index 01b8d6f255fee05e2b9dd1336db88f383aae897c..bd67838321d8ab798bce271b732d14104c72ebe2 100644 (file)
@@ -175,6 +175,7 @@ class Analyzer {
 
   /**
    * @return string
+   * @throws \CRM_Core_Exception
    */
   public function getCaseType() {
     if ($this->caseType === NULL) {
@@ -205,7 +206,7 @@ class Analyzer {
   }
 
   /**
-   * @return SimpleXMLElement|NULL
+   * @return \SimpleXMLElement|NULL
    */
   public function getXml() {
     if ($this->xml === NULL) {