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

Browse filesBrowse files
praftrwouterj
authored andcommitted
Update routing.rst
1 parent 785af1f commit 7f04f37
Copy full SHA for 7f04f37

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
@@ -1892,7 +1892,7 @@ use the ``generateUrl()`` helper::
18921892

18931893
While objects are converted to string when used as placeholders, they are not
18941894
converted when used as extra parameters. So, if you're passing an object (e.g. an Uuid)
1895-
as value of an extra parameter, you need to explictly convert it to a string::
1895+
as value of an extra parameter, you need to explicitly convert it to a string::
18961896

18971897
$this->generateUrl('blog', ['uuid' => (string) $entity->getUuid()]);
18981898

0 commit comments

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