comment fixes
[civicrm-core.git] / CRM / Pledge / BAO / Query.php
index 67a570e95d14c22f0b5a09182962e8755ca8c16b..d9af00c1a424b03a9f79f8164271b3aa34d9af26 100644 (file)
@@ -364,9 +364,11 @@ class CRM_Pledge_BAO_Query {
   }
 
   /**
+   * From clause.
+   *
    * @param string $name
-   * @param $mode
-   * @param $side
+   * @param string $mode
+   * @param string $side
    *
    * @return null|string
    */
@@ -415,6 +417,11 @@ class CRM_Pledge_BAO_Query {
 
   /**
    * Ideally this function should include fields that are displayed in the selector.
+   *
+   * @param int $mode
+   * @param bool $includeCustomFields
+   *
+   * @return array|null
    */
   public static function defaultReturnProperties(
     $mode,