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 4279072

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎routing.rst

Copy file name to clipboardExpand all lines: routing.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.