Apply fixes from StyleCI
This commit is contained in:
		| @@ -31,16 +31,16 @@ return [ | ||||
|     'connections' => [ | ||||
|  | ||||
|         'pusher' => [ | ||||
|             'driver' => 'pusher', | ||||
|             'key' => env('PUSHER_APP_KEY'), | ||||
|             'secret' => env('PUSHER_APP_SECRET'), | ||||
|             'app_id' => env('PUSHER_APP_ID'), | ||||
|             'driver'  => 'pusher', | ||||
|             'key'     => env('PUSHER_APP_KEY'), | ||||
|             'secret'  => env('PUSHER_APP_SECRET'), | ||||
|             'app_id'  => env('PUSHER_APP_ID'), | ||||
|             'options' => [ | ||||
|                 'host' => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com', | ||||
|                 'port' => env('PUSHER_PORT', 443), | ||||
|                 'scheme' => env('PUSHER_SCHEME', 'https'), | ||||
|                 'host'      => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com', | ||||
|                 'port'      => env('PUSHER_PORT', 443), | ||||
|                 'scheme'    => env('PUSHER_SCHEME', 'https'), | ||||
|                 'encrypted' => true, | ||||
|                 'useTLS' => env('PUSHER_SCHEME', 'https') === 'https', | ||||
|                 'useTLS'    => env('PUSHER_SCHEME', 'https') === 'https', | ||||
|             ], | ||||
|             'client_options' => [ | ||||
|                 // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html | ||||
| @@ -49,11 +49,11 @@ return [ | ||||
|  | ||||
|         'ably' => [ | ||||
|             'driver' => 'ably', | ||||
|             'key' => env('ABLY_KEY'), | ||||
|             'key'    => env('ABLY_KEY'), | ||||
|         ], | ||||
|  | ||||
|         'redis' => [ | ||||
|             'driver' => 'redis', | ||||
|             'driver'     => 'redis', | ||||
|             'connection' => 'default', | ||||
|         ], | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 StyleCI Bot
					StyleCI Bot