Skip to content

Commit ad04d69

Browse files
committed
SDK-766: Ensure original items and storage items are the same
1 parent 33d3827 commit ad04d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Yoti/Entity/MultiValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class MultiValue extends \ArrayObject
2626
public function __construct($items)
2727
{
2828
$this->originalItems = array_values($items);
29-
parent::__construct($items);
29+
parent::__construct($this->originalItems);
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)