Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function pop() : CollectionInterface
 {
     return new self($this->type, parent::pop()->toPrimitive());
 }