@@ -32,7 +32,7 @@ |
||
32 | 32 | * |
33 | 33 | * @return string Xml document |
34 | 34 | */ |
35 | - public function convert($datas, $encoding='UTF-8') |
|
35 | + public function convert($datas, $encoding = 'UTF-8') |
|
36 | 36 | { |
37 | 37 | $this->xmlWriter->startDocument('1.0', $encoding); |
38 | 38 | new PhpStructReader($this->xmlWriter, $datas); |