From a22d7770d49716224b3c0ff43bf210b202d797dd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 May 2011 15:51:01 -0400 Subject: - Patch #1024684 by linclark: omit & in @param statements (for consistency). --- includes/authorize.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/authorize.inc') diff --git a/includes/authorize.inc b/includes/authorize.inc index 979a980e7..3617d7d03 100644 --- a/includes/authorize.inc +++ b/includes/authorize.inc @@ -159,7 +159,7 @@ function _authorize_filetransfer_connection_settings($backend) { * Therefore, to properly add defaults, we need to walk through all the * children form elements and process those defaults recursively. * - * @param &$element + * @param $element * Reference to the Form API form element we're operating on. * @param $key * The key for our current form element, if any. -- cgit v1.2.3