Browse Source

Remove the "optional" as this is pretty clear anyway.

Mark Scherer 11 years ago
parent
commit
0a2553132c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Controller.php

+ 1 - 1
src/Controller/Controller.php

@@ -497,7 +497,7 @@ class Controller implements EventListenerInterface
      *
      * @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
      */