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 e4848d7 + d84c04c commit 4c493d8Copy full SHA for 4c493d8
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