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 33d3827 commit ad04d69Copy full SHA for ad04d69
src/Yoti/Entity/MultiValue.php
@@ -26,7 +26,7 @@ class MultiValue extends \ArrayObject
26
public function __construct($items)
27
{
28
$this->originalItems = array_values($items);
29
- parent::__construct($items);
+ parent::__construct($this->originalItems);
30
}
31
32
/**
0 commit comments