Skip to content

Commit

Permalink
Merge pull request #4884 from michalsn/fix/docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
MGatner authored Jun 28, 2021
2 parents bb23bc9 + bf30dab commit 1756de6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions system/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -866,9 +866,7 @@ function old(string $key, $default = null, $escape = 'html')
/**
* Convenience method that works with the current global $request and
* $router instances to redirect using named/reverse-routed routes
* to determine the URL to go to. If nothing is found, will treat
* as a traditional redirect and pass the string in, letting
* $response->redirect() determine the correct method and code.
* to determine the URL to go to.
*
* If more control is needed, you must use $response->redirect explicitly.
*
Expand Down

0 comments on commit 1756de6

Please sign in to comment.