From f2a99aca786db851e229e84994718d0401cf0b72 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Tue, 17 May 2016 16:06:45 +0200 Subject: [PATCH] Support.php: phpdoc --- extension/qfq/qfq/helper/Support.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extension/qfq/qfq/helper/Support.php b/extension/qfq/qfq/helper/Support.php index 0a2257542..da36e56d0 100644 --- a/extension/qfq/qfq/helper/Support.php +++ b/extension/qfq/qfq/helper/Support.php @@ -520,6 +520,8 @@ class Support { } /** + * Concatenate URL and Parameter. Depending of if there is a '?' in URL or not, append the param with '?' or '&'.. + * * @param string $url * @param string $param * @return string -- GitLab