Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Nov 20, 2020
1 parent 614ed8e commit c15ac33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Http/Psr15/RequestHandler.php
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace hiapi\Core\Http\Psr15;

use Psr\Http\Message\ResponseInterface;
Expand All @@ -11,7 +13,7 @@
class RequestHandler implements RequestHandlerInterface
{
/**
* @var MiddlewareInterface
* @var MiddlewareInterface[]
*/
private $middlewares;

Expand Down

0 comments on commit c15ac33

Please sign in to comment.