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 2153ebb

Browse filesBrowse files
silasjoistenjaviereguiluz
authored andcommitted
Add type hint
1 parent 708945f commit 2153ebb
Copy full SHA for 2153ebb

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

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
@@ -595,7 +595,7 @@ the ``{page}`` parameter using the ``requirements`` option:
595595
}
596596
597597
#[Route('/blog/{slug}', name: 'blog_show')]
598-
public function show($slug): Response
598+
public function show(string $slug): Response
599599
{
600600
// ...
601601
}

0 commit comments

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