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.
1 parent 8a60507 commit 8b0df68Copy full SHA for 8b0df68
Router.php
@@ -387,7 +387,7 @@ public function getMatcherDumperInstance()
387
* Provides the ConfigCache factory implementation, falling back to a
388
* default implementation if necessary.
389
*
390
- * @return ConfigCacheFactoryInterface $configCacheFactory
+ * @return ConfigCacheFactoryInterface
391
*/
392
private function getConfigCacheFactory()
393
{
Tests/Matcher/Dumper/PhpMatcherDumperTest.php
@@ -331,9 +331,6 @@ public function getRouteCollections()
331
);
332
}
333
334
- /**
335
- * @param $dumper
336
- */
337
private function generateDumpedMatcher(RouteCollection $collection, $redirectableStub = false)
338
339
$options = array('class' => $this->matcherClass);
0 commit comments