Passed
Push — master ( 65249a...60c051 )
by Arnold
01:44
created
src/Traits/ContentNegotiation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.