Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbaturin committed Oct 25, 2024
1 parent 7d730d0 commit 303a683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Middleware/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ private function createRouteMiddleware(): callable
{
return static fn () => new Response(201);
}

private function createNotAllowedResponseFactory(): MethodsResponseFactoryInterface
{
return new class () implements MethodsResponseFactoryInterface {
Expand Down

0 comments on commit 303a683

Please sign in to comment.