Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 390bcdd

Browse files
committed
update Redirect::toRoute() docblock as not only generate
but redirect based on url that generated based on given route.
1 parent ef56cf3 commit 390bcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Plugin/Redirect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Redirect extends AbstractPlugin
2323
protected $response;
2424

2525
/**
26-
* Generates a URL based on a route
26+
* Redirect to URL that generated based on given route
2727
*
2828
* @param string $route RouteInterface name
2929
* @param array $params Parameters to use in url generation, if any

0 commit comments

Comments
 (0)