@@ -109,9 +109,9 @@ |
||
109 | 109 | */ |
110 | 110 | public function __construct( |
111 | 111 | string $method = 'GET', |
112 | - $uri = '' , |
|
113 | - $body = '' , |
|
114 | - array $headers = [] , |
|
112 | + $uri = '', |
|
113 | + $body = '', |
|
114 | + array $headers = [], |
|
115 | 115 | string $version = '1.1' |
116 | 116 | ) { |
117 | 117 | $this->method = $method; |
@@ -25,5 +25,5 @@ |
||
25 | 25 | /** |
26 | 26 | * {@inheritdoc} |
27 | 27 | */ |
28 | - abstract function process(ServerRequestInterface $request,RequestHandlerInterface $handler): ResponseInterface; |
|
28 | + abstract function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface; |
|
29 | 29 | } |