Fixed return void for clean up batch-15
authorpratikshad <pratiksha.dubey@webaccess.co.in>
Fri, 16 Jan 2015 05:58:43 +0000 (11:28 +0530)
committerpratikshad <pratiksha.dubey@webaccess.co.in>
Fri, 16 Jan 2015 05:58:43 +0000 (11:28 +0530)
CRM/Case/BAO/Case.php
CRM/Contact/Form/Task/Map.php
CRM/Contact/Page/View/UserDashBoard/GroupContact.php
CRM/Core/BAO/PreferencesDate.php
api/v3/ReportTemplate.php
api/v3/SystemLog.php

index 7d0d5e9ad6e3bfb710100a94d5469eeb00b2aab7..8a8c43275093aa641e6b1d726306d4ff06ab5eb4 100644 (file)
@@ -198,7 +198,7 @@ class CRM_Case_BAO_Case extends CRM_Case_DAO_Case {
    *
    * @param int $caseID
    *
-   * @return;
+   * @return void
    */
   public static function deleteCaseContact($caseID) {
     $caseContact = new CRM_Case_DAO_CaseContact();
index 65c94569d9812b6c74b34ed715f4cd523b810e3c..a5770f55bd0b357023d65f3d6805db8100667658 100644 (file)
@@ -149,7 +149,7 @@ class CRM_Contact_Form_Task_Map extends CRM_Contact_Form_Task {
    * @param $addBreadCrumb
    * @param string $type
    *
-   * @return;
+   * @return void
    *   the location of the file we have created
    */
   public static function createMapXML($ids, $locationId, &$page, $addBreadCrumb, $type = 'Contact') {
index 3fb41fcf8c169e1749d5d546d0fc1fc75f19cf06..ecedf1601261008f22557c131b0d5147742d792d 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_
   /**
    * called when action is browse
    *
-   * @return;
+   * @return void
    */
   public function browse() {
     $count = CRM_Contact_BAO_GroupContact::getContactGroup(
@@ -130,7 +130,7 @@ class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_
    * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
-   * @return;
+   * @return void
    */
   public function run() {
     $this->edit();
index e85135433bb6e109fab6b9660b904b705fc17164..8c7d3a6b099d2dc308ec6a27e08a56800f8a8d79 100644 (file)
@@ -75,7 +75,7 @@ class CRM_Core_BAO_PreferencesDate extends CRM_Core_DAO_PreferencesDate {
    * @param bool $is_active
    *   Value we want to set the is_active field.
    *
-   * @return;
+   * @return void
    *   DAO object on sucess, null otherwise
    *
    */
index 05755081b4aff096af5957878a196a617101e521..ee4c608ba184e04942c4d19bbab53139415db0df 100644 (file)
@@ -164,7 +164,7 @@ function civicrm_api3_report_template_getstatistics($params) {
  * @param array $params
  *   Input parameters.
  *
- * @return;
+ * @return void
  *   details of found instances
  */
 function _civicrm_api3_report_template_getrows_spec(&$params) {
index 89f6dac6d8aba7fc4fb74c29085504f306c00e34..403ea7a885c874108d9448473d5ab3d82fe92795 100644 (file)
@@ -60,7 +60,7 @@ function civicrm_api3_system_log_create($params) {
 /**
  * @param array $params
  *
- * @return;
+ * @return void
  */
 function _civicrm_api3_system_log_create_spec(&$params) {
   require_once 'api/v3/System.php';