Skip to content

Commit 717c22b

Browse files
committed
Apply fixes from StyleCI
1 parent 5de867b commit 717c22b

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

config/cachet.php

+15-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of Cachet.
5+
*
6+
* (c) Alt Three Services Limited
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
return [
413

514
/*
@@ -123,7 +132,7 @@
123132
*/
124133
'webhooks' => [
125134
'queue_connection' => env('CACHET_WEBHOOK_QUEUE_CONNECTION', 'default'),
126-
'queue_name' => env('CACHET_WEBHOOK_QUEUE_NAME', 'webhooks'),
135+
'queue_name' => env('CACHET_WEBHOOK_QUEUE_NAME', 'webhooks'),
127136

128137
'logs' => [
129138
'prune_logs_after_days' => 30,
@@ -139,17 +148,17 @@
139148
|
140149
*/
141150
'supported_locales' => [
142-
'de' => 'Deutsch (DE)',
151+
'de' => 'Deutsch (DE)',
143152
'de_AT' => 'Deutsch (AT)',
144153
'de_CH' => 'Deutsch (CH)',
145-
'en' => 'English',
154+
'en' => 'English',
146155
'en_GB' => 'English (UK)',
147156
'es_ES' => 'Spanish (ES)',
148-
'nl' => 'Nederlands',
157+
'nl' => 'Nederlands',
149158
'pt_BR' => 'Português (BR)',
150159
'zh_CN' => '简体中文',
151160
'zh_TW' => '繁體中文',
152-
'ph' => 'Filipino',
161+
'ph' => 'Filipino',
153162
],
154163

155164
/*
@@ -174,7 +183,7 @@
174183
|
175184
*/
176185
'feed' => [
177-
'uri' => env('CACHET_FEED_URI', 'https://blog.cachethq.io/rss'),
186+
'uri' => env('CACHET_FEED_URI', 'https://blog.cachethq.io/rss'),
178187
'cache' => env('CACHET_FEED_CACHE', 3600),
179188
],
180189

0 commit comments

Comments
 (0)