DX: fix cs

This commit is contained in:
Julien Fastré 2023-01-09 20:55:41 +01:00
parent c1c92dc296
commit a34c102c4b
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -143,7 +143,6 @@ final class StoredObjectManager implements StoredObjectManagerInterface
if ($response->getStatusCode() !== Response::HTTP_CREATED) {
throw StoredObjectManagerException::invalidStatusCode($response->getStatusCode());
}
}
private function extractLastModifiedFromResponse(ResponseInterface $response): DateTimeImmutable