phpfmt8
phpfmt8 copied to clipboard
Extra space added after "throw" keyword
$response = Http::retry(3, 100, throw: false)->post(/* ... */);
is formatted as
$response = Http::retry(3, 100, throw : false)->post(/* ... */);