From e4c14cfdd0c8dbe4d25eb5c71a74c36f6434069b Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Thu, 27 Jun 2024 13:33:31 +0100 Subject: [PATCH] Issue #3455110 by jagraj_singh_gill, joachim: HandlerStackConfigurator has @see to class that no longer exists --- core/lib/Drupal/Core/Http/HandlerStackConfigurator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php b/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php index 4a0bfdefa15f..79ba7748432c 100644 --- a/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php +++ b/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php @@ -16,7 +16,7 @@ * * @see https://guzzle.readthedocs.org/en/latest/handlers-and-middleware.html * - * @see \Drupal\Core\Http\Client + * @see \GuzzleHttp\Client * @see \Drupal\Core\Test\HttpClientMiddleware\TestHttpClientMiddleware */ class HandlerStackConfigurator { -- GitLab