Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2025-05-08 11:55:30 +00:00
parent 5de867b2c5
commit 717c22b3b3

View File

@@ -1,5 +1,14 @@
<?php <?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [ return [
/* /*
@@ -123,7 +132,7 @@ return [
*/ */
'webhooks' => [ 'webhooks' => [
'queue_connection' => env('CACHET_WEBHOOK_QUEUE_CONNECTION', 'default'), 'queue_connection' => env('CACHET_WEBHOOK_QUEUE_CONNECTION', 'default'),
'queue_name' => env('CACHET_WEBHOOK_QUEUE_NAME', 'webhooks'), 'queue_name' => env('CACHET_WEBHOOK_QUEUE_NAME', 'webhooks'),
'logs' => [ 'logs' => [
'prune_logs_after_days' => 30, 'prune_logs_after_days' => 30,
@@ -139,17 +148,17 @@ return [
| |
*/ */
'supported_locales' => [ 'supported_locales' => [
'de' => 'Deutsch (DE)', 'de' => 'Deutsch (DE)',
'de_AT' => 'Deutsch (AT)', 'de_AT' => 'Deutsch (AT)',
'de_CH' => 'Deutsch (CH)', 'de_CH' => 'Deutsch (CH)',
'en' => 'English', 'en' => 'English',
'en_GB' => 'English (UK)', 'en_GB' => 'English (UK)',
'es_ES' => 'Spanish (ES)', 'es_ES' => 'Spanish (ES)',
'nl' => 'Nederlands', 'nl' => 'Nederlands',
'pt_BR' => 'Português (BR)', 'pt_BR' => 'Português (BR)',
'zh_CN' => '简体中文', 'zh_CN' => '简体中文',
'zh_TW' => '繁體中文', 'zh_TW' => '繁體中文',
'ph' => 'Filipino', 'ph' => 'Filipino',
], ],
/* /*
@@ -174,7 +183,7 @@ return [
| |
*/ */
'feed' => [ 'feed' => [
'uri' => env('CACHET_FEED_URI', 'https://blog.cachethq.io/rss'), 'uri' => env('CACHET_FEED_URI', 'https://blog.cachethq.io/rss'),
'cache' => env('CACHET_FEED_CACHE', 3600), 'cache' => env('CACHET_FEED_CACHE', 3600),
], ],