@@ -20,7 +20,7 @@ |
||
20 | 20 | /** |
21 | 21 | * Get Header |
22 | 22 | * @return string |
23 | - */ |
|
23 | + */ |
|
24 | 24 | public function getHeader() |
25 | 25 | { |
26 | 26 | return 'Content-Type: application/json'; |
@@ -7,7 +7,7 @@ |
||
7 | 7 | * Set Header |
8 | 8 | * |
9 | 9 | * @param FormatInterface $format |
10 | - */ |
|
10 | + */ |
|
11 | 11 | public function setHeader(FormatInterface $format) |
12 | 12 | { |
13 | 13 | header($format->getHeader()); |
@@ -25,7 +25,7 @@ |
||
25 | 25 | * Get Header |
26 | 26 | * |
27 | 27 | * @return string |
28 | - */ |
|
28 | + */ |
|
29 | 29 | public function getHeader() |
30 | 30 | { |
31 | 31 | return 'Content-Type: application/xml'; |