Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Mar 24, 2022
1 parent 8f8da0e commit 8e09549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AuthHttp/src/Middleware/AuthMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function process(Request $request, RequestHandlerInterface $handler): Res

$response = $this->scope->runScope(
[AuthContextInterface::class => $authContext],
static fn() => $handler->handle($request->withAttribute(self::ATTRIBUTE, $authContext))
static fn () => $handler->handle($request->withAttribute(self::ATTRIBUTE, $authContext))
);

return $this->closeContext($request, $response, $authContext);
Expand Down

0 comments on commit 8e09549

Please sign in to comment.