Skip to content

Commit

Permalink
Merge pull request #21 from voku/analysis-XWnK0N
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
voku committed Oct 7, 2018
2 parents 8d9f33b + 19fe5ae commit 475fcb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/voku/helper/HtmlDomParser.php
Expand Up @@ -27,7 +27,8 @@
* @method static HtmlDomParser str_get_html() str_get_html($html, $libXMLExtraOptions = null) <p>Load HTML from
* string.</p>
*/
class HtmlDomParser {
class HtmlDomParser
{
/**
* @var array
*/
Expand Down Expand Up @@ -792,7 +793,7 @@ public function html(bool $multiDecodeNewHtmlEntity = false): string {
*
* @return HtmlDomParser
*/
public function useKeepBrokenHtml(bool $keepBrokenHtml): HtmlDomParser {
public function useKeepBrokenHtml(bool $keepBrokenHtml): self {
$this->keepBrokenHtml = $keepBrokenHtml;

return $this;
Expand Down

0 comments on commit 475fcb8

Please sign in to comment.