10000 Fix typo in docblock · symfony/symfony@6e88fef · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e88fef

Browse files
committed
Fix typo in docblock
1 parent 0a084dd commit 6e88fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Routing/RouteCollectionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function __construct(LoaderInterface $loader = null)
6161
*/
6262
public function import($resource, $prefix = '/', $type = null)
6363
{
64-
/** @var RouteCollection[] $collection */
64+
/** @var RouteCollection[] $collections */
6565
$collections = $this->load($resource, $type);
6666

6767
// create a builder from the RouteCollection

0 commit comments

Comments
 (0)
0