Skip to content

Extra semicolon after match each time we save when inside a function #61

@driade

Description

@driade
$this->ticket->messages
    ->each(function () {
        match (true) {
        };
    });

becomes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions