From e17e5f01eca188cf25b682783532218853d94391 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Tue, 28 Jun 2022 21:13:01 +0100 Subject: [PATCH] Issue #3293114 by uri_frazier, mikelutz, Spokje: Fix var tag on recent commit --- core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php b/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php index aa4a569e3cf0..fe559499f55c 100644 --- a/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php +++ b/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php @@ -179,7 +179,7 @@ protected function getResponseLogHandler() { $html_output = 'Called from ' . $caller['function'] . ' line ' . $caller['line']; $html_output .= '<hr />' . $request->getMethod() . ' request to: ' . $request->getUri(); - /* $var \Psr\Http\Message\StreamInterface $stream */ + /** @var \Psr\Http\Message\StreamInterface $stream */ $stream = $response->getBody(); // Get the response body as a string. -- GitLab