Skip to content

Commit 4d1b1ff

Browse files
committed
:octocat:
1 parent 238cfcf commit 4d1b1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HeaderUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static function normalize(array $headers):array{
9898
*
9999
* @see https://tools.ietf.org/html/rfc7230#section-3.2.4
100100
*/
101-
public static function trimHeaderValues(array $values):array{
101+
public static function trimValues(array $values):array{
102102
return array_map(fn(string $value):string => trim($value, " \t"), $values);
103103
}
104104

0 commit comments

Comments
 (0)