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

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-09-26 15:55:20 +00:00
parent 24e88d12b8
commit e43530e40a
44 changed files with 155 additions and 140 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,