comment fixes
[civicrm-core.git] / CRM / Core / Module.php
index 634c300013d963d2598d5334f8747a0fe1548096..861c41f7f334a794f7f986baebdb8e6a44ca5faa 100644 (file)
@@ -58,6 +58,11 @@ class CRM_Core_Module {
 
   /**
    * Get a list of all known modules.
+   *
+   * @param bool $fresh
+   *   Force new results?
+   *
+   * @return array
    */
   public static function getAll($fresh = FALSE) {
     static $result;