@@ -15,7 +15,7 @@ |
||
15 | 15 | abstract protected function getRequest(): ServerRequestInterface; |
16 | 16 | abstract protected function getResponse(): ResponseInterface; |
17 | 17 | |
18 | - abstract protected function header(string $header, string|int|\Stringable $value, bool $add = false): static; |
|
18 | + abstract protected function header(string $header, string | int | \Stringable $value, bool $add = false): static; |
|
19 | 19 | |
20 | 20 | /** |
21 | 21 | * Pick the best content type |