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 a114de9 commit 175b29fCopy full SHA for 175b29f
src/Handler/Logging.php
@@ -66,11 +66,11 @@ private function getRequestData(RequestInterface $request): array
66
$filesData = $this->includeFilesToAttachments
67
? $request->getFiles()->toArray()
68
: [];
69
- $cookie = $request->getCookie();
+ $cookie = $request->getCookie();
70
$cookieData = $cookie instanceof Cookie
71
? $cookie->getArrayCopy()
72
73
- $ipAddress = (new RemoteAddress())->getIpAddress();
+ $ipAddress = (new RemoteAddress())->getIpAddress();
74
75
return [
76
'request_method' => $requestMethod,
0 commit comments