From 715cb834311cd51b512cba50b8886afc6695e841 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Thu, 29 Aug 2019 23:07:16 +0200 Subject: [PATCH] Improve class docs of Pico::getBaseThemeUrl() and Pico::getUrlFromPath() --- lib/Pico.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Pico.php b/lib/Pico.php index 2539bec..48d243b 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -2243,6 +2243,8 @@ class Pico /** * Returns the URL of the themes folder of this Pico instance * + * @see Pico::getUrlFromPath() + * * @deprecated 3.0.0 * * @return string @@ -2266,7 +2268,7 @@ class Pico * This method is used to guess Pico's `plugins_url`, `themes_url` and * `assets_url`. However, guessing might fail, requiring a manual config. * - * @param $absolutePath + * @param string $absolutePath the absolute path to interpret * * @return string the URL of the given folder */