summaryrefslogtreecommitdiff
path: root/includes/stream_wrappers.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-08 15:51:01 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-08 15:51:01 -0400
commita22d7770d49716224b3c0ff43bf210b202d797dd (patch)
treeb6debc41483c58c646a83eeec85db26bccd89ad8 /includes/stream_wrappers.inc
parentc09288a94eb89cf1015a6b6b8b218a14d9b686f7 (diff)
downloadbrdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.gz
brdo-a22d7770d49716224b3c0ff43bf210b202d797dd.tar.bz2
- Patch #1024684 by linclark: omit & in @param statements (for consistency).
Diffstat (limited to 'includes/stream_wrappers.inc')
-rw-r--r--includes/stream_wrappers.inc2
1 files changed, 1 insertions, 1 deletions
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