Issue #3293114 by uri_frazier, mikelutz, Spokje: Fix var tag on recent commit
parent
256ceca364
commit
e17e5f01ec
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue