Completed
Pull Request — master (#35)
by
unknown
03:37 queued 12s
created
src/Request/Pay/XMLFile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
 	{
65 65
 		$this->xml = new XMLWriter;
66 66
 		$this->xml->openMemory();
67
-        $this->xml->setIndent(true);
67
+		$this->xml->setIndent(true);
68 68
 		$this->xml->startDocument('1.0', 'UTF-8');
69 69
 		$this->xml->startElement('Import');
70 70
 		$this->xml->writeAttribute('xmlns:xsi', 'http://www.w3.org/2001/XMLSchema-instance');
Please login to merge, or discard this patch.