Merge pull request #3848 from totten/master-debug-ui
[civicrm-core.git] / CRM / Core / ShowHideBlocks.php
index 0d432db148aeedb2e12453739661060fd8fc90ca..c66b119ed4962fdb024c0e90f30787ab0c8e9e73 100644 (file)
@@ -174,10 +174,12 @@ class CRM_Core_ShowHideBlocks {
   /**
    * Create links that we can use in the form
    *
-   * @param CRM_Core_Form $form          the form object
-   * @param string        $prefix        the attribute that we are referencing
-   * @param string        $showLinkText  the text to be shown for the show link
-   * @param string        $hideLinkText  the text to be shown for the hide link
+   * @param CRM_Core_Form $form the form object
+   * @param string $prefix the attribute that we are referencing
+   * @param string $showLinkText the text to be shown for the show link
+   * @param string $hideLinkText the text to be shown for the hide link
+   *
+   * @param bool $assign
    *
    * @static
    *