-
-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
@prettier/plugin-php v0.23.0
Playground link
Input:
<?php
new
#[Lazy]
#[Computed]
#[Title('Staff')]
class extends Component {
public $editing = [];
public $branches;
};
Output:
<?php
new #[Lazy] #[Computed] #[Title("Staff")] class extends Component {
public $editing = [];
public $branches;
};
I tried to figure out how to fix this broken attribute formatting, but I couldn't find any information about it.
Metadata
Metadata
Assignees
Labels
No labels