diff options
author | Dries Buytaert <dries@buytaert.net> | 2011-05-08 15:51:01 -0400 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2011-05-08 15:51:01 -0400 |
commit | a22d7770d49716224b3c0ff43bf210b202d797dd (patch) | |
tree | b6debc41483c58c646a83eeec85db26bccd89ad8 /modules/file | |
parent | c09288a94eb89cf1015a6b6b8b218a14d9b686f7 (diff) | |
download | brdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.gz brdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.bz2 |
- Patch #1024684 by linclark: omit & in @param statements (for consistency).
Diffstat (limited to 'modules/file')
-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. |