public function collectEncoding(string $traceId, string $encoder, float $time, string $name) : void { $method = 'encode'; $this->collected[$traceId]['encoding'][] = compact('encoder', 'method', 'time', 'name'); }