Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbaturin committed Sep 27, 2024
1 parent 78afec8 commit 6de25c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/CsrfHeaderMiddlewareProcessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ public function handle(ServerRequestInterface $request): ResponseInterface

private function createMiddleware(
RequestHandlerInterface $failureHandler = null
): CsrfHeaderMiddleware
{
): CsrfHeaderMiddleware {
return new CsrfHeaderMiddleware(new Psr17Factory(), $failureHandler);
}

Expand Down

0 comments on commit 6de25c9

Please sign in to comment.