Skip to content

Commit

Permalink
Fix PHPStan issue with generic type
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldinof committed Jan 16, 2022
1 parent f3ab8af commit 22a8913
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Http/MiddlewareStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ final class MiddlewareStack
{
private RequestHandlerInterface $kernelHandler;

/**
* @var SplStack<MiddlewareInterface>
*/
private SplStack $middlewares;

public function __construct(RequestHandlerInterface $kernelHandler)
Expand Down

0 comments on commit 22a8913

Please sign in to comment.