File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/Symfony/Component/Routing Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -271,9 +271,9 @@ public function matchRequest(Request $request)
271
271
}
272
272
273
273
/**
274
- * Gets the UrlMatcher instance associated with this Router.
274
+ * Gets the UrlMatcher or RequestMatcher instance associated with this Router.
275
275
*
276
- * @return UrlMatcherInterface A UrlMatcherInterface instance
276
+ * @return UrlMatcherInterface|RequestMatcherInterface
277
277
*/
278
278
public function getMatcher ()
279
279
{
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ public function getBadResourceStrings()
62
62
];
63
63
}
64
64
65
+ /**
66
+ * @group legacy
67
+ */
65
68
public function testExceptionOnNoObjectReturned ()
66
69
{
67
70
$ this ->expectException ('LogicException ' );
You can’t perform that action at this time.
0 commit comments