Skip to content

Commit

Permalink
fixed phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Jul 15, 2014
1 parent a727fba commit 7011de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Slim.php
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ public function redirect($url, $status = 302)
*
* Redirects to a specific named route
*
* @param string $url The route name
* @param string $route The route name
* @param array $params Associative array of URL parameters and replacement values
*/
public function redirectTo($route, $params = array(), $status = 302){
Expand Down

0 comments on commit 7011de3

Please sign in to comment.