Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-04-04 22:49:55 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-04 22:49:55 +0400
commitf80b8b97d43f4821251bbf8b8d5c38ceceb301b5 (patch)
tree6146c9aa5b4bca677596f3054b62cb5610b018f5 /core/SmartyPlugins
parentd3a3388c0513ef5df64392d5ec1b17a9f5f860ca (diff)
fixes #2256 - missing data type in phpdocs, e.g., @param $name
git-svn-id: http://dev.piwik.org/svn/trunk@4311 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/SmartyPlugins')
-rw-r--r--core/SmartyPlugins/function.url.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/SmartyPlugins/function.url.php b/core/SmartyPlugins/function.url.php
index ce4f1947c0..056f6a3a28 100644
--- a/core/SmartyPlugins/function.url.php
+++ b/core/SmartyPlugins/function.url.php
@@ -21,7 +21,9 @@
* </pre>
*
* @see Piwik_Url::getCurrentQueryStringWithParametersModified()
- * @param $name=$value of the parameters to modify in the generated URL
+ *
+ * @param array $params $name=>$value pairs of the parameters to modify in the generated URL
+ * @param Smarty &smarty Smarty object
* @return string Something like index.php?module=X&action=Y
*/
function smarty_function_url($params, &$smarty)