Skip to content

Commit 75ff84a

Browse files
committed
Removed underutilized &
1 parent 7d47a8e commit 75ff84a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RequestParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function parseHeaders($data)
9999
parse_str($queryString, $parsedQuery);
100100
}
101101

102-
$headers = array_map(function(&$val) {
102+
$headers = array_map(function($val) {
103103
if (1 === count($val)) {
104104
$val = $val[0];
105105
}

0 commit comments

Comments
 (0)