public function __construct(AggregationInterface $aggregation) { $this->head = new Delta(new Metric([], [], 0), 0); /** @phan-suppress-next-line PhanTypeObjectUnsetDeclaredProperty */ unset($this->head->metric); }