Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed May 28, 2018
1 parent b680bb6 commit d55dc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FeedIo/Reader/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Document
*/
public function __construct(string $content)
{
$this->content = trim(str_replace("\xEF\xBB\xBF",'', $content));
$this->content = trim(str_replace("\xEF\xBB\xBF", '', $content));
}

/**
Expand Down

0 comments on commit d55dc85

Please sign in to comment.