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 34e5ca6 commit 1d373deCopy full SHA for 1d373de
Cloner/Data.php
@@ -17,7 +17,7 @@
17
/**
18
* @author Nicolas Grekas <[email protected]>
19
*/
20
-class Data implements \ArrayAccess, \Countable, \IteratorAggregate
+class Data implements \ArrayAccess, \Countable, \IteratorAggregate, \Stringable
21
{
22
private array $data;
23
private int $position = 0;
0 commit comments