From ac9c6dd34d8ade5f9a1d1865a4e8166fad53a82c Mon Sep 17 00:00:00 2001 From: Valentin Clavreul Date: Thu, 12 Oct 2023 11:18:45 +0200 Subject: [PATCH] chore: mark class as deprecated before next major version --- src/Handler/CurlFactory.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Handler/CurlFactory.php b/src/Handler/CurlFactory.php index ba8bb5f..84edcce 100644 --- a/src/Handler/CurlFactory.php +++ b/src/Handler/CurlFactory.php @@ -8,6 +8,9 @@ /** * Extends the Guzzle curl factory to set curl info in response + * + * @deprecated the curlInfo dynamic property will be deleted + * in favor of [the native on_stat option](https://docs.guzzlephp.org/en/latest/request-options.html#on-stats) */ class CurlFactory extends GuzzleCurlFactory {