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 ccc8dcd

Browse filesBrowse files
committed
minor #15444 [Routing] Fix typo (praftr)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Routing] Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 7f04f37 Update routing.rst
2 parents 785af1f + 7f04f37 commit ccc8dcd
Copy full SHA for ccc8dcd

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.