Skip to content

Commit ffb2982

Browse files
author
Matthias Molitor
committed
removed unused array element
1 parent d403383 commit ffb2982

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Integration/LegacyCaptureResponseFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ private static function createCookieFromString($cookie, $url = null)
9090
'path' => '/',
9191
'domain' => '',
9292
'secure' => false,
93-
'httponly' => false,
94-
'passedRawValue' => true,
93+
'httponly' => false
9594
);
9695

9796
if (null !== $url) {

0 commit comments

Comments
 (0)