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 9e24e81 + f688c8c commit 47195e9Copy full SHA for 47195e9
Router.php
@@ -256,9 +256,9 @@ public function matchRequest(Request $request)
256
}
257
258
/**
259
- * Gets the UrlMatcher instance associated with this Router.
+ * Gets the UrlMatcher or RequestMatcher instance associated with this Router.
260
*
261
- * @return UrlMatcherInterface A UrlMatcherInterface instance
+ * @return UrlMatcherInterface|RequestMatcherInterface
262
*/
263
public function getMatcher()
264
{
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