Skip to content

Commit d403383

Browse files
author
Matthias Molitor
committed
removed unused variable
1 parent 913d2e0 commit d403383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Integration/LegacyCaptureResponseFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static function create($legacyExecutionCallback)
4848
$cookies = array();
4949

5050
foreach ($headers as $header) {
51-
$header = preg_match('(^([^:]+):(.*)$)', $header, $matches);
51+
preg_match('(^([^:]+):(.*)$)', $header, $matches);
5252
$headerName = strtolower(trim($matches[1]));
5353
$headerValue = trim($matches[2]);
5454

0 commit comments

Comments
 (0)