PSR12 Linting

This commit is contained in:
HDVinnie
2022-09-11 23:54:18 +00:00
committed by github-actions[bot]
parent 0cd9988d28
commit f6bf6a326e
240 changed files with 502 additions and 413 deletions
+4 -2
View File
@@ -42,7 +42,8 @@ class UserGiftController extends Controller
$gifttransactions = BonTransactions::query()
->with(['senderObj', 'receiverObj'])
->where(fn ($query) => $query
->where(
fn ($query) => $query
->where('sender', '=', $user->id)
->orwhere('receiver', '=', $user->id)
)
@@ -118,7 +119,8 @@ class UserGiftController extends Controller
}
$this->chatRepository->systemMessage(
\sprintf('[url=%s]%s[/url] has gifted %s BON to [url=%s]%s[/url]',
\sprintf(
'[url=%s]%s[/url] has gifted %s BON to [url=%s]%s[/url]',
\href_profile($user),
$user->username,
$value,