DX: fix cs

This commit is contained in:
2023-01-09 20:55:41 +01:00
parent c1c92dc296
commit a34c102c4b

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