Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D781
Change Details
Change Details
Old
New
Diff
This allows to use code like: ```lang=php function handleEvent (Event $event): void { $this->doStuff($event->payload); // this is now always valid } ```
This allows to use code like: ```lang=php function handleEvent (Event $event): void { $this->doStuff($event->payload); // This is now always valid. } ```
This allows to use code like: ```lang=php function handleEvent (Event $event): void { $this->doStuff($event->payload);
// t
// T
his is now always valid
.
} ```
Continue