Skip to content

Commit

Permalink
Helps when you return things
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveRandom committed Apr 27, 2016
1 parent 93ada56 commit 07c577a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Chat/Plugin/Docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ private function getHTMLDocFromResponse(Response $response) : \DOMDocument
$dom->loadHTML($response->getBody());

libxml_use_internal_errors($internalErrors);

return $dom;
}

private function getMessageFromSearch(Response $response): \Generator {
Expand Down

0 comments on commit 07c577a

Please sign in to comment.