We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b678b6 + 4c493d8 commit 59139b9Copy full SHA for 59139b9
messenger/handler_results.rst
@@ -62,7 +62,7 @@ handler is registered. The ``HandleTrait`` can be used in any class that has a
62
}
63
64
// Creating such a method is optional, but allows type-hinting the result
65
- private function query(ListItemsQuery $query): ListItemsResult
+ private function query(ListItemsQuery $query): ListItemsQueryResult
66
{
67
return $this->handle($query);
68
0 commit comments