@@ -16,7 +16,7 @@ |
||
| 16 | 16 | if (empty($rawContent)) { |
| 17 | 17 | $body = 'php://input'; |
| 18 | 18 | } else { |
| 19 | - $body = new Stream('php://memory', 'wb+'); |
|
| 19 | + $body = new Stream('php://memory', 'wb+'); |
|
| 20 | 20 | $body->write($rawContent); |
| 21 | 21 | } |
| 22 | 22 | |