some comment fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 2 Feb 2015 02:49:18 +0000 (15:49 +1300)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 2 Feb 2015 02:49:18 +0000 (15:49 +1300)
CRM/Contact/Form/Search/Custom/FullText/Case.php
CRM/Contact/Form/Search/Interface.php
CRM/Core/Permission/Drupal8.php
CRM/Report/Form/Contact/Summary.php
CRM/Report/Form/Contribute/History.php
CRM/Report/Form/Contribute/Repeat.php
CRM/Report/Form/Contribute/TopDonor.php
CRM/Report/Form/Event/Income.php

index 9a02f37bb99b40fac70e6cdf79946c7d06672a8e..31729f67fc3dfae21b281d97504c946bcf4e0a21 100644 (file)
@@ -42,6 +42,8 @@ class CRM_Contact_Form_Search_Custom_FullText_Case extends CRM_Contact_Form_Sear
   }
 
   /**
+   * Is CiviCase active?
+   *
    * @return bool
    */
   public function isActive() {
index 08f25e5f2d7770cbc54d941f4765bad5459591f1..63769df56c0e972c0b0a9eea11429b61286a0b3b 100644 (file)
@@ -45,7 +45,6 @@ interface CRM_Contact_Form_Search_Interface {
    * Builds the quickform for this search.
    *
    * @param CRM_Core_Form $form
-   * @return
    */
   public function buildForm(&$form);
 
@@ -79,8 +78,6 @@ interface CRM_Contact_Form_Search_Interface {
    * @param int $offset
    * @param int $rowcount
    * @param null $sort
-   *
-   * @return
    */
   public function contactIDs($offset = 0, $rowcount = 0, $sort = NULL);
 
@@ -94,8 +91,6 @@ interface CRM_Contact_Form_Search_Interface {
    * @param null $sort
    * @param bool $includeContactIDs
    * @param bool $justIDs
-   *
-   * @return
    */
   public function all($offset = 0, $rowcount = 0, $sort = NULL, $includeContactIDs = FALSE, $justIDs = FALSE);
 
@@ -117,8 +112,6 @@ interface CRM_Contact_Form_Search_Interface {
    * The where clause for the query.
    *
    * @param bool $includeContactIDs
-   *
-   * @return
    */
   public function where($includeContactIDs = FALSE);
 
index d093dccf966c5cd182c5c9ad40b617dd33cc50cc..e3054a041855f246223900d000ad6a1f17a0237c 100644 (file)
@@ -43,6 +43,8 @@ class CRM_Core_Permission_Drupal8 extends CRM_Core_Permission_DrupalBase {
    * @param string $str
    *   The permission to check.
    *
+   * @param null $contactID
+   *
    * @return bool
    */
   public function check($str, $contactID = NULL) {
index a5e591e2e67cd12836dc9915eb4c6f433a691824..f29e95e8dbd6ec1d16243d666dbfe63fd2c13aaf 100644 (file)
@@ -258,6 +258,8 @@ class CRM_Report_Form_Contact_Summary extends CRM_Report_Form {
 
   /**
    * @param $rows
+   *
+   * @return bool
    */
   private function _initBasicRow(&$rows, &$entryFound, $row, $rowId, $rowNum, $types) {
     if (!array_key_exists($rowId, $row)) {
index e2ac3fc46e4f5ab498dec1919e50a081ed343b5b..e0d2ca89bb3ef0224ee2bc8bdf5e1e0ed117e968 100644 (file)
@@ -420,7 +420,10 @@ class CRM_Report_Form_Contribute_History extends CRM_Report_Form {
 
   /**
    * Override to set limit is 10
+   *
    * @param int $rowCount
+   *
+   * @return array|void
    */
   public function limit($rowCount = self::ROW_COUNT_LIMIT) {
     parent::limit($rowCount);
index 07b24399e90a6af19679678e0f7420091bb73280..2d5bf61055a44d4458d8d6eb5144fb2b1faedb9d 100644 (file)
@@ -268,6 +268,8 @@ class CRM_Report_Form_Contribute_Repeat extends CRM_Report_Form {
 
   /**
    * @param bool $tableCol
+   *
+   * @return array|void
    */
   public function groupBy($tableCol = FALSE) {
     $this->_groupBy = "";
index fdb055fdc89df2f2015bd060336e5a067e1accae..2dd720e10bb2772be5682584f5fe7af85221eb27 100644 (file)
@@ -382,6 +382,8 @@ ORDER BY civicrm_contribution_total_amount_sum DESC
 
   /**
    * @param int $rowCount
+   *
+   * @return array|void
    */
   public function limit($rowCount = CRM_Report_Form::ROW_COUNT_LIMIT) {
     // lets do the pager if in html mode
index decdb7326254373912547cae6c73d80d20334aec..ccd72cfcbab8afe299cdcf18a75549649d6c1bc1 100644 (file)
@@ -279,6 +279,8 @@ class CRM_Report_Form_Event_Income extends CRM_Report_Form_Event {
 
   /**
    * @param int $rowCount
+   *
+   * @return array|void
    */
   public function limit($rowCount = self::ROW_COUNT_LIMIT) {
     parent::limit($rowCount);