diff options
Diffstat (limited to 'modules/file/file.api.php')
-rw-r--r-- | modules/file/file.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/file/file.api.php b/modules/file/file.api.php index 70410df00..76fb98610 100644 --- a/modules/file/file.api.php +++ b/modules/file/file.api.php @@ -41,7 +41,7 @@ function hook_file_download_access($field, $entity_type, $entity) { * * @see hook_file_download_access(). * - * @param &$grants + * @param $grants * An array of grants gathered by hook_file_download_access(). The array is * keyed by the module that defines the entity type's access control; the * values are Boolean grant responses for each module. |