Comment fixes for CRM/Utils directory
[civicrm-core.git] / CRM / Utils / Check / Case.php
index 986cee0f976fd73429810cb427028c897b9c88bc..3a5c3f032626dbc97959e5d2552d480d050fdd7e 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-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
- * $Id: $
- *
+ * @copyright CiviCRM LLC (c) 2004-2015
  */
 class CRM_Utils_Check_Case {
 
@@ -46,7 +44,7 @@ class CRM_Utils_Check_Case {
 
   /**
    * @param CRM_Case_XMLRepository $xmlRepo
-   * @param array<string> $caseTypeNames
+   * @param array <string> $caseTypeNames
    */
   public function __construct($xmlRepo, $caseTypeNames) {
     $this->caseTypeNames = $caseTypeNames;
@@ -114,4 +112,5 @@ class CRM_Utils_Check_Case {
 
     return $messages;
   }
+
 }