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/stream_wrappers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/stream_wrappers.inc') diff --git a/includes/stream_wrappers.inc b/includes/stream_wrappers.inc index df380a8ea..7df1f9dc6 100644 --- a/includes/stream_wrappers.inc +++ b/includes/stream_wrappers.inc @@ -383,7 +383,7 @@ abstract class DrupalLocalStreamWrapper implements DrupalStreamWrapperInterface * The file mode ("r", "wb" etc.). * @param $options * A bit mask of STREAM_USE_PATH and STREAM_REPORT_ERRORS. - * @param &$opened_path + * @param $opened_path * A string containing the path actually opened. * * @return -- cgit v1.2.3