Skip to content

Commit 8b0df68

Browse files
TomasVotrubanicolas-grekas
authored andcommitted
[cs] correct invalid @param types
1 parent 8a60507 commit 8b0df68

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public function getMatcherDumperInstance()
387387
* Provides the ConfigCache factory implementation, falling back to a
388388
* default implementation if necessary.
389389
*
390-
* @return ConfigCacheFactoryInterface $configCacheFactory
390+
* @return ConfigCacheFactoryInterface
391391
*/
392392
private function getConfigCacheFactory()
393393
{

Tests/Matcher/Dumper/PhpMatcherDumperTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ public function getRouteCollections()
331331
);
332332
}
333333

334-
/**
335-
* @param $dumper
336-
*/
337334
private function generateDumpedMatcher(RouteCollection $collection, $redirectableStub = false)
338335
{
339336
$options = array('class' => $this->matcherClass);

0 commit comments

Comments
 (0)