Skip to content

Commit

Permalink
Make MiddlewareStack implement RequestHandlerInterface (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldinof authored Jun 12, 2024
1 parent 1c83647 commit 025fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/MiddlewareStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* @internal
*/
final class MiddlewareStack
final class MiddlewareStack implements RequestHandlerInterface
{
public function __construct(
private RequestHandlerInterface $kernelHandler,
Expand Down

0 comments on commit 025fab9

Please sign in to comment.