Completed
Branch master (1c0ec5)
by Ma
05:07
created
src/Api/Format/Json.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/Api/Format/Processor.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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());
Please login to merge, or discard this patch.
src/Api/Format/Xml.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.