We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e614d commit a3dc55fCopy full SHA for a3dc55f
src/Handler/Logging.php
@@ -94,7 +94,7 @@ private function getRequestData(?RequestInterface $request): array
94
$queryData = $query->toArray();
95
$requestMethod = $request->getMethod();
96
$bodyData = $post->toArray();
97
- $rawData = str_replace(PHP_EOL, '', (string) $request->getContent());
+ $rawData = str_replace(PHP_EOL, '', $request->getContent());
98
$filesData = $this->includeFilesToAttachments
99
? $files->toArray()
100
: [];
0 commit comments