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 8bff949 + 8b0df68 commit 5c751d9Copy full SHA for 5c751d9
Router.php
@@ -375,7 +375,7 @@ protected function getMatcherDumperInstance()
375
* Provides the ConfigCache factory implementation, falling back to a
376
* default implementation if necessary.
377
*
378
- * @return ConfigCacheFactoryInterface $configCacheFactory
+ * @return ConfigCacheFactoryInterface
379
*/
380
private function getConfigCacheFactory()
381
{
Tests/Matcher/Dumper/PhpMatcherDumperTest.php
@@ -430,9 +430,6 @@ public function getRouteCollections()
430
);
431
}
432
433
- /**
434
- * @param $dumper
435
- */
436
private function generateDumpedMatcher(RouteCollection $collection, $redirectableStub = false)
437
438
$options = array('class' => $this->matcherClass);
0 commit comments