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 238cfcf commit 4d1b1ffCopy full SHA for 4d1b1ff
src/HeaderUtil.php
@@ -98,7 +98,7 @@ public static function normalize(array $headers):array{
98
*
99
* @see https://tools.ietf.org/html/rfc7230#section-3.2.4
100
*/
101
- public static function trimHeaderValues(array $values):array{
+ public static function trimValues(array $values):array{
102
return array_map(fn(string $value):string => trim($value, " \t"), $values);
103
}
104
0 commit comments