Skip to content

Commit

Permalink
#6: improve Amf3Deserializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bui Sy Nguyen committed Apr 29, 2016
1 parent 86bb452 commit f56b483
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fproject/amf/parse/Amf0Deserializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
use fproject\common\utils\XmlSecurity;
use fproject\amf\value\messaging\ArrayCollection;
use fproject\amf\Constants;
use DateTime;

/**
* Read an AMF0 input stream and convert it into PHP data types
Expand Down Expand Up @@ -241,7 +242,7 @@ public function readDate()
* Convert XML to SimpleXml
* If user wants DomDocument they can use dom_import_simplexml
*
* @return SimpleXMLElement|DomDocument|boolean
* @return \SimpleXMLElement|\DOMDocument|boolean
*/
public function readXmlString()
{
Expand Down

0 comments on commit f56b483

Please sign in to comment.