Skip to content

Commit 1d373de

Browse files
VincentLangletfabpot
authored andcommitted
Use Stringable interface as much as possible
1 parent 34e5ca6 commit 1d373de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cloner/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* @author Nicolas Grekas <[email protected]>
1919
*/
20-
class Data implements \ArrayAccess, \Countable, \IteratorAggregate
20+
class Data implements \ArrayAccess, \Countable, \IteratorAggregate, \Stringable
2121
{
2222
private array $data;
2323
private int $position = 0;

0 commit comments

Comments
 (0)