summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-07-19 23:24:00 +0100
committerGreg Roach <fisharebest@gmail.com>2017-07-19 23:24:00 +0100
commitc347c1e5d80eec46ba0e7da2423549ca0a3f13f8 (patch)
tree2ebdc68e935f81b9f7d814adb43de5c51e5459be
parent1e582591fccfb98ae36bcad6c948f5c2c049d9cc (diff)
downloadwebtrees-c347c1e5d80eec46ba0e7da2423549ca0a3f13f8.tar.gz
webtrees-c347c1e5d80eec46ba0e7da2423549ca0a3f13f8.tar.bz2
webtrees-c347c1e5d80eec46ba0e7da2423549ca0a3f13f8.zip
PHPDoc
-rw-r--r--app/Html.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Html.php b/app/Html.php
index fea15fb62d..6fe2f9c42d 100644
--- a/app/Html.php
+++ b/app/Html.php
@@ -53,9 +53,9 @@ class Html {
/**
* Encode a URL.
*
- * @param string $script
+ * @param string $path
* @param string[] $data
- * @param string $arg_separator
+ * @param string $arg_separator "&" or "&amps"
*
* @return string
*/