```php $this->ticket->messages ->each(function () { match (true) { }; }); ``` becomes ```php $this->ticket->messages ->each(function () { match (true) { };; }); ```