Issue #3293114 by uri_frazier, mikelutz, Spokje: Fix var tag on recent commit

merge-requests/2612/head
catch 2022-06-28 21:13:01 +01:00
parent 256ceca364
commit e17e5f01ec
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ trait BrowserHtmlDebugTrait {
$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.