Completed
Branch master (621a4a)
by Robbert
50:54
created
src/html/Proxy.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -7,10 +7,10 @@
 block discarded – undo
7 7
 
8 8
 class Proxy extends \arc\xml\Proxy {
9 9
 
10
-    public function __toString() {
11
-        $dom = dom_import_simplexml($this->target);
12
-        $result = ''.$dom->ownerDocument->saveHTML($dom);
13
-        return $result;
14
-    }
10
+	public function __toString() {
11
+		$dom = dom_import_simplexml($this->target);
12
+		$result = ''.$dom->ownerDocument->saveHTML($dom);
13
+		return $result;
14
+	}
15 15
 
16 16
 }
Please login to merge, or discard this patch.