mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
DX: fix phpstan issues
This commit is contained in:
@@ -94,7 +94,7 @@ class Convert
|
||||
'Content-Type' => 'application/pdf',
|
||||
]);
|
||||
} catch (ClientExceptionInterface|TransportExceptionInterface|RedirectionExceptionInterface|ServerExceptionInterface $exception) {
|
||||
return $this->onConversionFailed($url, $response);
|
||||
return $this->onConversionFailed($url, $exception->getResponse());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user