Skip to content

Commit

Permalink
Correct Controller::redirect comment
Browse files Browse the repository at this point in the history
In earlier versions execution _was_ halted - but not in 3.x
  • Loading branch information
AD7six committed Jul 17, 2016
1 parent 117288d commit 49540e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Controller/Controller.php
Expand Up @@ -523,7 +523,6 @@ public function shutdownProcess()

/**
* Redirects to given $url, after turning off $this->autoRender.
* Script execution is halted after the redirect.
*
* @param string|array $url A string or array-based URL pointing to another location within the app,
* or an absolute URL
Expand Down

0 comments on commit 49540e0

Please sign in to comment.