Merge pull request #4979 from xurizaemon/codingstandards-12
[civicrm-core.git] / CRM / Utils / API / ReloadOption.php
index c1fa5583aee109b5d01e95fd14ecafbba99f7e15..0dd6fdf7c88596e1cfd9d01abfda6fd4b0fef081 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -65,14 +65,14 @@ class CRM_Utils_API_ReloadOption implements API_Wrapper {
   }
 
   /**
-   * {@inheritDoc}
+   * @inheritDoc
    */
   public function fromApiInput($apiRequest) {
     return $apiRequest;
   }
 
   /**
-   * {@inheritDoc}
+   * @inheritDoc
    */
   public function toApiOutput($apiRequest, $result) {
     $reloadMode = NULL;