Skip to content

Commit 4c493d8

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Fix a typo on Messenger handler results example
2 parents e4848d7 + d84c04c commit 4c493d8

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)