Skip to content

Commit da6fef9

Browse files
committed
🔧 modify site_url() type hint on docblocks
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent 87e0354 commit da6fef9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CodeIgniter/Framework/helpers/url_helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
* Create a local URL based on your basepath. Segments can be passed via the
5858
* first parameter either as a string or an array.
5959
*
60-
* @param string $uri
61-
* @param string $protocol
60+
* @param string|array $uri
61+
* @param string $protocol
6262
* @return string
6363
*/
6464
function site_url($uri = '', $protocol = null)

0 commit comments

Comments
 (0)