Skip to content

Commit 58919d6

Browse files
Merge branch '2.8' into 3.3
* 2.8: [2.8] Fix some docblocks Escape trailing \ in QuestionHelper autocompletion Add "doctrine/annotations" to top-level composer.json Remove inapplicable phpdoc comment nit: Fix phpdoc inconsistency and unreachable statement
2 parents 0a3ca14 + 3fac3c2 commit 58919d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RouteCollectionBuilder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ class RouteCollectionBuilder
3838
private $methods;
3939
private $resources = array();
4040

41-
/**
42-
* @param LoaderInterface $loader
43-
*/
4441
public function __construct(LoaderInterface $loader = null)
4542
{
4643
$this->loader = $loader;

0 commit comments

Comments
 (0)