Update Composer Packages
This commit is contained in:
parent
e2855992ea
commit
90652db599
233 changed files with 53534 additions and 179 deletions
|
@ -195,10 +195,8 @@ if (Helpers::hasOverride('go') === false) { // @codeCoverageIgnore
|
|||
/**
|
||||
* Redirects to the given Urls
|
||||
* Urls can be relative or absolute.
|
||||
*
|
||||
* @todo Change return type to `never` once support for PHP 8.0 is dropped
|
||||
*/
|
||||
function go(string $url = '/', int $code = 302): void
|
||||
function go(string $url = '/', int $code = 302): never
|
||||
{
|
||||
Response::go($url, $code);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue