Skip to content

Commit

Permalink
Update CData.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Jan 12, 2018
1 parent a360b59 commit de654ae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/XMLReader/CData.php
Expand Up @@ -5,12 +5,4 @@
class CData extends Raw
{

/**
* @return string
*/
public function __toString()
{
return '<![CDATA[ ' . parent::__toString() . ' ]]>';
}

}

0 comments on commit de654ae

Please sign in to comment.