Merge pull request #4621 from atif-shaikh/CRM-15589
[civicrm-core.git] / CRM / Core / Controller / Simple.php
index 7dafbf7f64054da8f20f856ae25ea03e2a194861..2536aa324f2b06e13434cab988a50915cc5c2c17 100644 (file)
@@ -45,15 +45,13 @@ class CRM_Core_Controller_Simple extends CRM_Core_Controller {
    * @param bool $title
    * @param string  path        the class Path of the form being implemented
    * @param bool $imageUpload
-   * @param bool $addSequence
-   * @param bool $ignoreKey
+   * @param bool $addSequence should we add a unique sequence number to the end of the key
+   * @param bool $ignoreKey should we not set a qfKey for this controller (for standalone forms)
    * @param bool $attachUpload
    *
-   * @internal param \addSequence $boolean should we add a unique sequence number to the end of the key
-   * @internal param \ignoreKey $boolean should we not set a qfKey for this controller (for standalone forms)
    *
    * @return \CRM_Core_Controller_Simple
-  @access public
+   * @access public
    */
   function __construct(
     $path,