Skip to content

Commit

Permalink
chore: mark class as deprecated before next major version
Browse files Browse the repository at this point in the history
  • Loading branch information
shavounet committed Oct 26, 2023
1 parent e437a41 commit ac9c6dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Handler/CurlFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit ac9c6dd

Please sign in to comment.