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 {