bulk comment fixes
[civicrm-core.git] / CRM / Core / Component / Info.php
index 7490c2af389e0790212f172545d1e795b59a3dbc..24bef08f9d9a54b18c75da9f64ec6a4e922f136c 100644 (file)
@@ -153,9 +153,11 @@ abstract class CRM_Core_Component_Info {
    *
    * NOTE: if using conditionally permission return,
    * implementation of $getAllUnconditionally is required.
+   *
+   * @param bool $getAllUnconditionally
+   *
    * @return array|null collection of permissions, null if none
    * @access public
-   *
    */
   abstract public function getPermissions($getAllUnconditionally = FALSE);