Skip to content

Navigation Menu

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 c10ae18

Browse filesBrowse files
committed
Merge branch '7.2' into 7.3
* 7.2: Add type hint
2 parents 84634a2 + 7a9880e commit c10ae18
Copy full SHA for c10ae18

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
@@ -585,7 +585,7 @@ the ``{page}`` parameter using the ``requirements`` option:
585585
}
586586
587587
#[Route('/blog/{slug}', name: 'blog_show')]
588-
public function show($slug): Response
588+
public function show(string $slug): Response
589589
{
590590
// ...
591591
}

0 commit comments

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