Apply fixes from StyleCI

This commit is contained in:
James Brooks
2020-02-27 09:44:35 +00:00
committed by StyleCI Bot
parent 4435526b0e
commit 5ff2289eeb
22 changed files with 89 additions and 88 deletions

View File

@@ -31,7 +31,7 @@ return [
|
*/
'is_docker' => env('DOCKER', false),
'is_docker' => env('DOCKER', false),
/*
|--------------------------------------------------------------------------
@@ -44,6 +44,6 @@ return [
|
*/
'beacon' => env('CACHET_BEACON', true),
'beacon' => env('CACHET_BEACON', true),
];

View File

@@ -23,7 +23,7 @@ return [
|
*/
'github' => [
'github' => [
'token' => env('GITHUB_TOKEN'),
],

View File

@@ -55,7 +55,7 @@ return [
|
*/
'automatic_localization' => false,
'automatic_localization' => false,
/*
|--------------------------------------------------------------------------
@@ -79,7 +79,7 @@ return [
'enable_external_dependencies' => true,
/*
/*
|--------------------------------------------------------------------------
| Show the timezone
|--------------------------------------------------------------------------
@@ -90,7 +90,7 @@ return [
'show_timezone' => false,
/*
/*
|--------------------------------------------------------------------------
| Skip subscriber verifications
|--------------------------------------------------------------------------
@@ -101,7 +101,7 @@ return [
'skip_subscriber_verification' => false,
/*
/*
|--------------------------------------------------------------------------
| Only disrupted days
|--------------------------------------------------------------------------

View File

@@ -30,13 +30,13 @@ return [
* To trust one or more specific proxies that connect
* directly to your server, use an array of IP addresses:
*/
// 'proxies' => ['192.168.1.1'],
// 'proxies' => ['192.168.1.1'],
/*
* Or, to trust all proxies that connect
* directly to your server, use a "*"
*/
// 'proxies' => '*',
// 'proxies' => '*',
/*
* Which headers to use to detect proxy related data (For, Host, Proto, Port)