8000 Merge branch '5.1' into 5.x · symfony/symfony-docs@59139b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59139b9

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: Fix a typo on Messenger handler results example
2 parents 8b678b6 + 4c493d8 commit 59139b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger/handler_results.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ handler is registered. The ``HandleTrait`` can be used in any class that has a
6262
}
6363

6464
// Creating such a method is optional, but allows type-hinting the result
65-
private function query(ListItemsQuery $query): ListItemsResult
65+
private function query(ListItemsQuery $query): ListItemsQueryResult
6666
{
6767
return $this->handle($query);
6868
}

0 commit comments

Comments
 (0)
0