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