Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 14, 2016
1 parent 3b94086 commit 8d8993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing/Route/RedirectRoute.php
Expand Up @@ -65,7 +65,7 @@ public function __construct($template, $defaults = [], array $options = [])
*
* @param string $url The URL to parse.
* @param string $method The HTTP method being used.
* @return false|null False on failure. An exception is raised on a successful match.
* @return bool|null False on failure. An exception is raised on a successful match.
* @throws \Cake\Routing\Exception\RedirectException An exception is raised on successful match.
* This is used to halt route matching and signal to the middleware that a redirect should happen.
*/
Expand Down

0 comments on commit 8d8993e

Please sign in to comment.