mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Add return type never, fix more errors
This commit is contained in:
parent
12ed714a9e
commit
24f75cd618
5 changed files with 26 additions and 5 deletions
|
@ -103,6 +103,8 @@ class BaseURL extends Uri implements UriInterface
|
|||
* @throws HTTPException\TemporaryRedirectException
|
||||
*
|
||||
* @throws HTTPException\InternalServerErrorException In Case the given URL is not relative to the Friendica node
|
||||
*
|
||||
* @return never
|
||||
*/
|
||||
public function redirect(string $toUrl = '', bool $ssl = false)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue