Skip to content

Apply fixes from StyleCI #5356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config/app.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Application Name
Expand Down Expand Up @@ -135,7 +134,6 @@
*/

'providers' => [

/*
* Laravel Framework Service Providers...
*/
Expand Down Expand Up @@ -174,7 +172,6 @@
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,

],

/*
Expand All @@ -189,7 +186,6 @@
*/

'aliases' => [

'App' => Illuminate\Support\Facades\App::class,
'Arr' => Illuminate\Support\Arr::class,
'Artisan' => Illuminate\Support\Facades\Artisan::class,
Expand Down Expand Up @@ -225,7 +221,5 @@
'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class,

],

];
2 changes: 0 additions & 2 deletions config/auth.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Authentication Defaults
Expand Down Expand Up @@ -113,5 +112,4 @@
*/

'password_timeout' => 10800,

];
4 changes: 0 additions & 4 deletions config/broadcasting.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Default Broadcaster
Expand Down Expand Up @@ -29,7 +28,6 @@
*/

'connections' => [

'pusher' => [
'driver' => 'pusher',
'key' => env('PUSHER_APP_KEY'),
Expand All @@ -53,7 +51,5 @@
'null' => [
'driver' => 'null',
],

],

];
4 changes: 0 additions & 4 deletions config/cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use Illuminate\Support\Str;

return [

/*
|--------------------------------------------------------------------------
| Default Cache Store
Expand Down Expand Up @@ -32,7 +31,6 @@
*/

'stores' => [

'apc' => [
'driver' => 'apc',
],
Expand Down Expand Up @@ -84,7 +82,6 @@
'table' => env('DYNAMODB_CACHE_TABLE', 'cache'),
'endpoint' => env('DYNAMODB_ENDPOINT'),
],

],

/*
Expand All @@ -99,5 +96,4 @@
*/

'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache'),

];
6 changes: 0 additions & 6 deletions config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use Illuminate\Support\Str;

return [

/*
|--------------------------------------------------------------------------
| Default Database Connection Name
Expand Down Expand Up @@ -34,7 +33,6 @@
*/

'connections' => [

'sqlite' => [
'driver' => 'sqlite',
'url' => env('DATABASE_URL'),
Expand Down Expand Up @@ -90,7 +88,6 @@
'prefix' => '',
'prefix_indexes' => true,
],

],

/*
Expand Down Expand Up @@ -118,7 +115,6 @@
*/

'redis' => [

'client' => env('REDIS_CLIENT', 'phpredis'),

'options' => [
Expand All @@ -141,7 +137,5 @@
'port' => env('REDIS_PORT', '6379'),
'database' => env('REDIS_CACHE_DB', '1'),
],

],

];
4 changes: 0 additions & 4 deletions config/filesystems.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Default Filesystem Disk
Expand Down Expand Up @@ -42,7 +41,6 @@
*/

'disks' => [

'local' => [
'driver' => 'local',
'root' => storage_path('app'),
Expand All @@ -64,7 +62,5 @@
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
],

],

];
2 changes: 0 additions & 2 deletions config/hashing.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Default Hash Driver
Expand Down Expand Up @@ -48,5 +47,4 @@
'threads' => 2,
'time' => 2,
],

];
2 changes: 0 additions & 2 deletions config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Monolog\Handler\SyslogUdpHandler;

return [

/*
|--------------------------------------------------------------------------
| Default Log Channel
Expand Down Expand Up @@ -100,5 +99,4 @@
'path' => storage_path('logs/laravel.log'),
],
],

];
2 changes: 0 additions & 2 deletions config/mail.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Mail Driver
Expand Down Expand Up @@ -132,5 +131,4 @@
*/

'log_channel' => env('MAIL_LOG_CHANNEL'),

];
4 changes: 0 additions & 4 deletions config/queue.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Default Queue Connection Name
Expand Down Expand Up @@ -29,7 +28,6 @@
*/

'connections' => [

'sync' => [
'driver' => 'sync',
],
Expand Down Expand Up @@ -65,7 +63,6 @@
'retry_after' => 90,
'block_for' => null,
],

],

/*
Expand All @@ -84,5 +81,4 @@
'database' => env('DB_CONNECTION', 'mysql'),
'table' => 'failed_jobs',
],

];
2 changes: 0 additions & 2 deletions config/services.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Third Party Services
Expand Down Expand Up @@ -29,5 +28,4 @@
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
],

];
2 changes: 0 additions & 2 deletions config/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use Illuminate\Support\Str;

return [

/*
|--------------------------------------------------------------------------
| Default Session Driver
Expand Down Expand Up @@ -195,5 +194,4 @@
*/

'same_site' => null,

];
2 changes: 0 additions & 2 deletions config/view.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| View Storage Paths
Expand Down Expand Up @@ -32,5 +31,4 @@
'VIEW_COMPILED_PATH',
realpath(storage_path('framework/views'))
),

];
2 changes: 0 additions & 2 deletions resources/lang/en/auth.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Authentication Language Lines
Expand All @@ -15,5 +14,4 @@

'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',

];
2 changes: 0 additions & 2 deletions resources/lang/en/pagination.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Pagination Language Lines
Expand All @@ -15,5 +14,4 @@

'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',

];
2 changes: 0 additions & 2 deletions resources/lang/en/passwords.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
Expand All @@ -18,5 +17,4 @@
'throttled' => 'Please wait before retrying.',
'token' => 'This password reset token is invalid.',
'user' => "We can't find a user with that e-mail address.",

];
2 changes: 0 additions & 2 deletions resources/lang/en/validation.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Validation Language Lines
Expand Down Expand Up @@ -147,5 +146,4 @@
*/

'attributes' => [],

];