1
0
Fork 0
mirror of synced 2024-09-28 07:21:35 +12:00

fix: event return type

This commit is contained in:
Torsten Dittmann 2022-05-16 19:16:08 +02:00
parent 20c7b931ef
commit 8290d1a562

View file

@ -182,7 +182,7 @@ class Event
/**
* Get context for this event.
*
* @return Document
* @return null|Document
*/
public function getContext(): ?Document
{