1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-06-21 21:01:38 +00:00
parent b94c6f913c
commit 29da25dec7
24 changed files with 117 additions and 115 deletions

View File

@@ -50,7 +50,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,