Skip to content

Commit 5c751d9

Browse files
Merge branch '2.8' into 3.4
* 2.8: [cs] correct invalid @param types
2 parents 8bff949 + 8b0df68 commit 5c751d9

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
@@ -375,7 +375,7 @@ protected function getMatcherDumperInstance()
375375
* Provides the ConfigCache factory implementation, falling back to a
376376
* default implementation if necessary.
377377
*
378-
* @return ConfigCacheFactoryInterface $configCacheFactory
378+
* @return ConfigCacheFactoryInterface
379379
*/
380380
private function getConfigCacheFactory()
381381
{

Tests/Matcher/Dumper/PhpMatcherDumperTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,6 @@ public function getRouteCollections()
430430
);
431431
}
432432

433-
/**
434-
* @param $dumper
435-
*/
436433
private function generateDumpedMatcher(RouteCollection $collection, $redirectableStub = false)
437434
{
438435
$options = array('class' => $this->matcherClass);

0 commit comments

Comments
 (0)