@@ -71,9 +71,9 @@ |
||
| 71 | 71 | |
| 72 | 72 | public function getContent() |
| 73 | 73 | { |
| 74 | - if (!empty($_POST)) { |
|
| 75 | - return $_POST; |
|
| 76 | - } |
|
| 74 | + if (!empty($_POST)) { |
|
| 75 | + return $_POST; |
|
| 76 | + } |
|
| 77 | 77 | |
| 78 | 78 | return file_get_contents("php://input"); |
| 79 | 79 | } |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | |
| 11 | 11 | public function getBody($content) |
| 12 | 12 | { |
| 13 | - return $content; |
|
| 13 | + return $content; |
|
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | public function next(Handler $handler) |