We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0014ae + ff1049f commit f688c8cCopy full SHA for f688c8c
Router.php
@@ -271,9 +271,9 @@ public function matchRequest(Request $request)
271
}
272
273
/**
274
- * Gets the UrlMatcher instance associated with this Router.
+ * Gets the UrlMatcher or RequestMatcher instance associated with this Router.
275
*
276
- * @return UrlMatcherInterface A UrlMatcherInterface instance
+ * @return UrlMatcherInterface|RequestMatcherInterface
277
*/
278
public function getMatcher()
279
{
Tests/Loader/ObjectLoaderTest.php
@@ -62,6 +62,9 @@ public function getBadResourceStrings()
62
];
63
64
65
+ /**
66
+ * @group legacy
67
+ */
68
public function testExceptionOnNoObjectReturned()
69
70
$this->expectException('LogicException');
0 commit comments