From a851a0b66b1133cb8fa8fbe813ac41d797438b2a Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 4 Nov 2023 14:26:52 +0900 Subject: [PATCH] docs: fix @return in View/Plugins.php --- system/View/Plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/View/Plugins.php b/system/View/Plugins.php index b74ad96bd385..4b20caef8d3f 100644 --- a/system/View/Plugins.php +++ b/system/View/Plugins.php @@ -32,7 +32,7 @@ public static function currentURL() /** * Wrap helper function to use as view plugin. * - * @return mixed|string|URI + * @return string|URI */ public static function previousURL() {