duster icon indicating copy to clipboard operation
duster copied to clipboard

How to omit `New without parentheses` in duster from 8.4

Open anuzpandey opened this issue 11 months ago • 1 comments

Previously,

(new SendCustomerCreatedNotification())->handle($user);

Now with php8.4 I can use

new SendCustomerCreatedNotification()->handle($user);

But with this I get syntax error: Parse error: syntax error, unexpected token "->" on line 82.

Is there any way to configure this?

Thanks in advance.

anuzpandey avatar Jan 12 '25 14:01 anuzpandey

Pending https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/milestone/173

driftingly avatar Mar 21 '25 19:03 driftingly