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 ee810cc commit 86bb452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fproject/amf/parse/Amf3Deserializer.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\TraitsInfo;
use fproject\amf\Constants;
use DateTime;

/**
* Read an AMF3 input stream and convert it into PHP data types.
Expand Down Expand Up @@ -539,7 +540,7 @@ private function readTraits($ref)
* Convert XML to SimpleXml
* If user wants DomDocument they can use dom_import_simplexml
*
* @return SimpleXMLElement|DOMDocument|bool
* @return \SimpleXMLElement|\DOMDocument|bool
*/
public function readXmlString()
{
Expand Down

0 comments on commit 86bb452

Please sign in to comment.