Skip to content

Commit 9674650

Browse files
committed
Fix code examples in PHPDoc
1 parent e26f791 commit 9674650

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)