Merge pull request #10360 from yashodha/CRM-20552
[civicrm-core.git] / Civi / CCase / Analyzer.php
index 535e590db5b2c848e44b1d33f7f02ee8b5b95703..bd67838321d8ab798bce271b732d14104c72ebe2 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -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) {
@@ -216,8 +217,6 @@ class Analyzer {
 
   /**
    * Flush any cached information.
-   *
-   * @return void
    */
   public function flush() {
     $this->case = NULL;