Example snippet:
<?php
final readonly class Foo
{
public function __construct(
#[SomeAttribute(
bar: "hello",
baz: "world",
)]
private string $foo = "",
) {}
}
Expected after formatting document:

Actual after formatting document:

Tested with devsense.phptools-vscode 1.55.16685