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