diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-11 13:56:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-11 13:56:22 +0000 |
commit | 5fbaa4b83c86b554d414754d0112a2474624aaae (patch) | |
tree | 8e2a4b6c642be1b462601e43d22a83849f9c226e /modules/locale | |
parent | e8b82e0ba44faf30b71a3b19477497a24ddc466c (diff) | |
download | brdo-5fbaa4b83c86b554d414754d0112a2474624aaae.tar.gz brdo-5fbaa4b83c86b554d414754d0112a2474624aaae.tar.bz2 |
- Patch #516254 by drewish remove @return PHPDocs where nothing is to return.
Diffstat (limited to 'modules/locale')
-rw-r--r-- | modules/locale/locale.api.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/locale/locale.api.php b/modules/locale/locale.api.php index 73edea5c0..16f4d008c 100644 --- a/modules/locale/locale.api.php +++ b/modules/locale/locale.api.php @@ -34,8 +34,6 @@ function hook_locale($op = 'groups') { * Nested array of links keyed by language code. * @param $path * The current path. - * @return - * None. */ function hook_translation_link_alter(array &$links, $path) { global $language; |