Apply fixes from StyleCI

This commit is contained in:
James Brooks
2019-01-03 19:45:59 +00:00
committed by StyleCI Bot
parent a033d1498d
commit 6ce087e5ad
3 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,14 @@
<?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.
*/
namespace CachetHQ\Cachet\Http\Middleware;
use CachetHQ\Cachet\Models\User;
@@ -13,7 +22,7 @@ class RemoteUserAuthenticate
* Create a new remote user authenticate instance.
*
* @param \Illuminate\Contracts\Auth\Guard $auth
*
*
* @return void
*/
public function __construct(Guard $auth)
@@ -26,7 +35,7 @@ class RemoteUserAuthenticate
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
*
*
* @return mixed
*/
public function handle(Request $request, Closure $next)