mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02:00
Change return type
This commit is contained in:
parent
6a2e8739d1
commit
59404752f9
1 changed files with 2 additions and 2 deletions
|
@ -503,10 +503,10 @@ class GServer
|
|||
*
|
||||
* @param UriInterface $dirtyUri
|
||||
*
|
||||
* @return string cleaned URI
|
||||
* @return UriInterface cleaned URI
|
||||
* @throws Exception
|
||||
*/
|
||||
public static function cleanUri(UriInterface $dirtyUri): string
|
||||
public static function cleanUri(UriInterface $dirtyUri): UriInterface
|
||||
{
|
||||
return $dirtyUri
|
||||
->withUserInfo('')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue