Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2025-05-13 10:01:27 +00:00
parent 586a8c1b37
commit 5e6e01f017

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 App\Http\Middleware;
use Closure;
@@ -12,7 +21,7 @@ class TrustProxies extends LaravelTrustProxies
/**
* Handle an incoming request.
*
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
* @param \Closure(\Illuminate\Http\Request): (\Symfony\Component\HttpFoundation\Response) $next
*/
public function handle(Request $request, Closure $next): Response
{