1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-01-09 15:06:12 +00:00
parent 74ce4cf1a7
commit 5399c86a1b
25 changed files with 118 additions and 116 deletions

View File

@@ -47,7 +47,7 @@ class Akismet
$client = new Client();
return $client->request('POST', "$this->apiUrl/$type", [
'headers' => [
'headers' => [
'User-Agent' => "Flarum/$this->flarumVersion | Akismet/$this->extensionVersion",
],
'form_params' => $this->params,