Skip to content

php-cs-fixer does not remove spaces after arrows in arrow functions #7

@endoumame

Description

@endoumame

Expected

        $received_entry = $this->entries
            ->received()
-           ->first(static fn (Entry $e) =>  $e->holding_id->equals($holding_id));
+           ->first(static fn (Entry $e) => $e->holding_id->equals($holding_id));

Actual

        $received_entry = $this->entries
            ->received()
-           ->first(static fn (Entry $e) => $e->holding_id->equals($holding_id));
+           ->first(static fn (Entry $e) => $e->holding_id->equals($holding_id));

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions