From 8af1a53721fce042caa138d2a02c16c55207a30f Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 1 Feb 2019 23:21:54 +0100 Subject: [PATCH] :bulb: PHPDoc --- application/webpage.class.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/webpage.class.inc.php b/application/webpage.class.inc.php index 290823a14a..ebe49e80d2 100644 --- a/application/webpage.class.inc.php +++ b/application/webpage.class.inc.php @@ -1110,9 +1110,11 @@ class TabManager * * @param string $sTabLabel The (localised) label of the tab * @param string $sUrl The URL to load (on the same server) - * @param boolean $bCache Whether or not to cache the content of the tab once it has been loaded. flase will cause + * @param boolean $bCache Whether or not to cache the content of the tab once it has been loaded. false will cause * the tab to be reloaded upon each activation. * + * @return string + * * @since 2.0.3 */ public function AddAjaxTab($sTabLabel, $sUrl, $bCache = true)