Move also the comment from the helper function to core/Config.php

This commit is contained in:
Patrick Winnertz
2024-08-23 15:14:58 +02:00
parent 6ee6a95622
commit 90aac66df1
2 changed files with 2 additions and 2 deletions

View File

@@ -327,6 +327,8 @@ class CI_Config {
*
* Returns local_url [. uri_string]
*
* If local_url is not defined return base_url instead.
*
* @uses CI_Config::_uri_string()
*
* @param string|string[] $uri URI string or an array of segments

View File

@@ -97,8 +97,6 @@ if ( ! function_exists('local_url'))
* within e.g. the docker container to the base_url use this url
* for cron jobs.
*
* If local_url is not defined return base_url instead.
*
* @param string $uri
* @param string $protocol
* @return string