infinityloop-dev/coding-standard

Constructor property promotion spacing

vossik opened this issue · 1 comments

public function __construct(protected string $name, protected int $number)

->

public function __construct(
    protected string $name,
    protected int $number,
)

When CPP is in use, space arguments one-per-line