Merge pull request #3361 from monishdeb/CRM-14745
[civicrm-core.git] / CRM / Event / PseudoConstant.php
index 10fec2fb4a5fdb4b62fde8628173708bf2b386f0..39536722add33c66de1a9f6b5a52a87692c84596 100644 (file)
@@ -185,6 +185,9 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant {
    *
    * @access public
    *
+   * @param null $id
+   * @param null $cond
+   *
    * @return array - array reference of all participant roles if any
    * @static
    */
@@ -238,6 +241,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant {
    *
    * @access public
    *
+   * @param null $id
    * @return array - array reference of all event types.
    * @static
    */
@@ -284,8 +288,7 @@ class CRM_Event_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)) {
@@ -298,6 +301,7 @@ class CRM_Event_PseudoConstant extends CRM_Core_PseudoConstant {
    *
    * @access public
    *
+   * @param null $id
    * @return array - array reference of all pcp if any
    * @static
    */