Skip to content

Commit 0a24543

Browse files
Merge branch '2.8' into 3.4
* 2.8: Use the real image URL for the filesystem tests [Finder] Update PHPdoc append() [DI] Fix phpdoc Fix code examples in PHPDoc [HttpKernel] Fix inheritdocs
2 parents e20f4bb + 9674650 commit 0a24543

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)