Completed
Branch master (3d1906)
by Vermeulen
02:05
created
Category
src/PhpToXml.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.