source = $source; } /** * Encode current source * * @return string */ public function encode(): string { return Trailer::MARKER; } }