@prettier/plugin-php v0.14.3
Playground link
Input:
<?php
$my_date_time = new /** @psalm-immutable */ class extends DateTimeImmutable {};
Output:
<?php
$my_date_time = new class/** @psalm-immutable */ extends DateTimeImmutable {};
I would expect the docblock to annotate the class and not be moved.
The output is not valid with psalm https://psalm.dev/r/bf04faa3c1
@prettier/plugin-php v0.14.3
Playground link
Input:
Output:
I would expect the docblock to annotate the class and not be moved.
The output is not valid with psalm https://psalm.dev/r/bf04faa3c1