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 43ed99d commit b3d3fceCopy full SHA for b3d3fce
HeaderBag.php
@@ -18,7 +18,7 @@
18
*
19
* @implements \IteratorAggregate<string, list<string|null>>
20
*/
21
-class HeaderBag implements \IteratorAggregate, \Countable
+class HeaderBag implements \IteratorAggregate, \Countable, \Stringable
22
{
23
protected const UPPER = '_ABCDEFGHIJKLMNOPQRSTUVWXYZ';
24
protected const LOWER = '-abcdefghijklmnopqrstuvwxyz';
0 commit comments