diff --git a/src/Utils/Queue.php b/src/Utils/Queue.php index 371d453..132c8b6 100644 --- a/src/Utils/Queue.php +++ b/src/Utils/Queue.php @@ -54,7 +54,6 @@ public function download(string $token, string $url): ResponseInterface private function detectDownloadResponse(ResponseInterface $response): void { - /* @var $contentTypeHeaders array */ $contentTypeHeaders = $response->getHeader('Content-Type'); $contentType = array_shift($contentTypeHeaders); if ($contentType !== null && str_contains($contentType, 'text/xml')) {