Passed
Push — master ( 8e9e67...171cac )
by Jan
03:03 queued 01:32
created
source/PurePhpXmlWriter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
      * @param $encoding
91 91
      */
92 92
     public function setEncoding($encoding){
93
-       $this->_encoding = $encoding;
93
+        $this->_encoding = $encoding;
94 94
     }
95 95
 
96 96
     /**
Please login to merge, or discard this patch.