Skip to content

Commit

Permalink
Merge pull request #6565 from kenjis/fix-phpdoc-type-url_helper
Browse files Browse the repository at this point in the history
docs: replace `mixed` in site_url()
  • Loading branch information
kenjis authored Sep 22, 2022
2 parents e9d72ea + 7b57f7a commit ca4fde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/Helpers/url_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ function _get_uri(string $relativePath = '', ?App $config = null): URI
/**
* Returns a site URL as defined by the App config.
*
* @param mixed $relativePath URI string or array of URI segments
* @param App|null $config Alternate configuration to use
* @param array|string $relativePath URI string or array of URI segments
* @param App|null $config Alternate configuration to use
*/
function site_url($relativePath = '', ?string $scheme = null, ?App $config = null): string
{
Expand Down

0 comments on commit ca4fde6

Please sign in to comment.