phpfmt8 icon indicating copy to clipboard operation
phpfmt8 copied to clipboard

Extra space added after "throw" keyword

Open driade opened this issue 1 year ago • 0 comments

$response = Http::retry(3, 100, throw: false)->post(/* ... */);

is formatted as

$response = Http::retry(3, 100, throw : false)->post(/* ... */);

driade avatar Jul 01 '24 16:07 driade