This allows to use code like:
function handleEvent (Event $event): void { $this->doStuff($event->payload); // This is now always valid. }
Differential D781
Define payload property in Event class dereckson on Dec 30 2016, 04:08. Authored by Tags None Referenced Files
Subscribers
Details
This allows to use code like: function handleEvent (Event $event): void { $this->doStuff($event->payload); // This is now always valid. } Run tests, then phan | grep payload.
Diff Detail
Event TimelineComment Actions Build is green https://ci.nasqueron.org/job/test-notifications-phab/245/ for more details. |