Skip to content

Commit

Permalink
Better example for redirect response code
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Jan 26, 2015
1 parent 3cddfdc commit 0775be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Controller.php
Expand Up @@ -497,7 +497,7 @@ public function shutdownProcess()
*
* @param string|array $url A string or array-based URL pointing to another location within the app,
* or an absolute URL
* @param int $status Optional HTTP status code (eg: 404)
* @param int $status Optional HTTP status code (eg: 301)
* @return void|\Cake\Network\Response
* @link http://book.cakephp.org/3.0/en/controllers.html#Controller::redirect
*/
Expand Down

0 comments on commit 0775be0

Please sign in to comment.