Loading core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading