Skip to content

Commit b3d3fce

Browse files
VincentLangletfabpot
authored andcommitted
Use Stringable interface as much as possible
1 parent 43ed99d commit b3d3fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HeaderBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @implements \IteratorAggregate<string, list<string|null>>
2020
*/
21-
class HeaderBag implements \IteratorAggregate, \Countable
21+
class HeaderBag implements \IteratorAggregate, \Countable, \Stringable
2222
{
2323
protected const UPPER = '_ABCDEFGHIJKLMNOPQRSTUVWXYZ';
2424
protected const LOWER = '-abcdefghijklmnopqrstuvwxyz';

0 commit comments

Comments
 (0)