Example #1
0
 /**
  * {@inheritdoc}
  */
 public function values() : CollectionInterface
 {
     return new self($this->type, parent::values()->toPrimitive());
 }