Skip to content

Commit

Permalink
Remove the "optional" as this is pretty clear anyway.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Jan 26, 2015
1 parent 875e10f commit 0a25531
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: 301)
* @param int $status 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 0a25531

Please sign in to comment.