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