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 7a9880e

Browse filesBrowse files
committed
Merge branch '6.4' into 7.2
* 6.4: Add type hint
2 parents 4fac6a2 + 5475b2d commit 7a9880e
Copy full SHA for 7a9880e

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
@@ -578,7 +578,7 @@ the ``{page}`` parameter using the ``requirements`` option:
578578
}
579579
580580
#[Route('/blog/{slug}', name: 'blog_show')]
581-
public function show($slug): Response
581+
public function show(string $slug): Response
582582
{
583583
// ...
584584
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.