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