- Issue created by @bdimaggio
- 🇮🇳India sarwan_verma
Hi @bdimaggio,
I have fixed this issue Drupal 10 compatibility and also attached patch .
please review and verify. - 🇺🇦Ukraine paulrad
Hi, @sarwan.
If not needed, the commented line of code should be deleted. - 🇮🇳India sarwan_verma
Hi @paulrad,
As your request, I have modified patch & attached. - 🇺🇸United States bdimaggio Boston, MA
Thanks for this, @sarwan! One other tweak: is the use statement for GuzzleHttp\Client in src/Rest/Gateway.php necessary?
- 🇮🇳India sarwan_verma
Hi @bdimaggio the use use GuzzleHttp\Utils is dependent on GuzzleHttp\Client so you have to use that as well.
- Status changed to Needs review
about 1 year ago 1:24pm 20 September 2023 - last update
about 1 year ago Patch Failed to Apply - last update
about 1 year ago Patch Failed to Apply - 🇺🇸United States bdimaggio Boston, MA
Hmm... could you point to some documentation for that? I've just tested
Gateway->post()
without that GuzzleHttp\Client use statement, and it worked without PHP errors (or even notices).