Updating some docblocks
parent
f368409fcc
commit
c17d7dce9d
|
@ -6,7 +6,7 @@ use Symfony\Component\HttpFoundation\Request;
|
|||
use Symfony\Component\Routing\RouteCollection;
|
||||
|
||||
/**
|
||||
* A PartialMatcher works like a UrlMatcher, but will return multiple candidate routes.
|
||||
* A FinalMatcher returns only one route from a collection of candidate routes.
|
||||
*/
|
||||
interface FinalMatcherInterface {
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ class MatcherDumper implements MatcherDumperInterface {
|
|||
}
|
||||
|
||||
/**
|
||||
* Dumps a set of routes to a PHP class.
|
||||
* Dumps a set of routes to the router table in the database.
|
||||
*
|
||||
* Available options:
|
||||
*
|
||||
|
|
|
@ -39,7 +39,7 @@ interface NestedMatcherInterface extends RequestMatcherInterface {
|
|||
/**
|
||||
* Sets the final matcher for the matching plan.
|
||||
*
|
||||
* @param UrlMatcherInterface $final
|
||||
* @param FinalMatcherInterface $final
|
||||
* The matcher that will be called last to ensure only a single route is
|
||||
* found.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue