Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje authored and github-actions[bot] committed Apr 3, 2024
1 parent 495bd9f commit 97e47ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/middleware/XhprofProfiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ public function __construct(private readonly Profiler $profiler)
/**
* Handle an incoming request.
*
* @param Request $request
* @param Closure(Request): (Response) $next
* @return Response
* @param Closure(Request): (Response) $next
*/
public function handle(Request $request, Closure $next): Response
{
Expand Down

0 comments on commit 97e47ec

Please sign in to comment.