summaryrefslogtreecommitdiff
path: root/modules/file/file.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/file/file.api.php')
-rw-r--r--modules/file/file.api.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/file/file.api.php b/modules/file/file.api.php
index 76fb98610..7f20d83f8 100644
--- a/modules/file/file.api.php
+++ b/modules/file/file.api.php
@@ -55,8 +55,8 @@ function hook_file_download_access($field, $entity_type, $entity) {
* @return
* An array of grants, keyed by module name, each with a Boolean grant value.
* Return an empty array to assert FALSE. You may choose to return your own
- * module's value in addition to other grants or to overwrite the values set by
- * other modules.
+ * module's value in addition to other grants or to overwrite the values set
+ * by other modules.
*/
function hook_file_download_access_alter(&$grants, $field, $entity_type, $entity) {
// For our example module, we always enforce the rules set by node module.