Skip to content

Commit dbb73c1

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs bumped Symfony version to 3.4.16 updated VERSION for 3.4.15 updated CHANGELOG for 3.4.15
2 parents a5784c2 + 0a24543 commit dbb73c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RouteCollectionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct(LoaderInterface $loader = null)
4646
/**
4747
* Import an external routing resource and returns the RouteCollectionBuilder.
4848
*
49-
* $routes->import('blog.yml', '/blog');
49+
* $routes->import('blog.yml', '/blog');
5050
*
5151
* @param mixed $resource
5252
* @param string|null $prefix

0 commit comments

Comments
 (0)