Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0531316

Browse filesBrowse files
committed
minor #23281 Fix typo in docblock (shude)
This PR was merged into the 4.0-dev branch. Discussion ---------- Fix typo in docblock Commits ------- 6e88fef Fix typo in docblock
2 parents 39075cf + 6e88fef commit 0531316
Copy full SHA for 0531316

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Routing/RouteCollectionBuilder.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/RouteCollectionBuilder.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.