Skip to content

Commit 4279072

Browse files
committed
Merge branch '4.2'
* 4.2: Add missing bracket on a php code example
2 parents 5395ea4 + 1709c0e commit 4279072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ placeholder:
574574
use App\Controller\BlogController;
575575
576576
return function (RoutingConfigurator $routes) {
577-
$routes->add('blog_list', '/blog/{page<\d+>?1')
577+
$routes->add('blog_list', '/blog/{page<\d+>?1}')
578578
->controller([BlogController::class, 'list'])
579579
;
580580
};

0 commit comments

Comments
 (0)