CRM-15633 - Fix js on campaign dashboard tables
[civicrm-core.git] / CRM / Campaign / PseudoConstant.php
index c70de9a0794c8fe0eceb6f85fc11569454689d36..dfdea6cf6f23c6a04b8568c02e910685912d866e 100755 (executable)
@@ -72,6 +72,8 @@ class CRM_Campaign_PseudoConstant extends CRM_Core_PseudoConstant {
    *
    * @access public
    *
+   * @param string $returnColumn
+   *
    * @return array - array reference of all survey activity types.
    * @static
    */
@@ -157,8 +159,7 @@ class CRM_Campaign_PseudoConstant extends CRM_Core_PseudoConstant {
    * @access public
    * @static
    *
-   * @param boolean $name pseudoconstant to be flushed
-   *
+   * @param bool|string $name pseudoconstant to be flushed
    */
   public static function flush($name = 'cache') {
    if (isset(self::$$name)) {