summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.api.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 195bc8354..ce4fb5fe8 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -3006,8 +3006,9 @@ function hook_file_url_alter(&$uri) {
* status report page.
*
* @return
- * A keyed array of requirements. Each requirement is itself an array with
- * the following items:
+ * An associative array where the keys are arbitrary but must be unique (it
+ * is suggested to use the module short name as a prefix) and the values are
+ * themselves associative arrays with the following elements:
* - title: The name of the requirement.
* - value: The current value (e.g., version, time, level, etc). During
* install phase, this should only be used for version numbers, do not set