Completed
Push — 2.0 ( d47467...f3883e )
by Marco
14:11 queued 02:48
created
src/Comodojo/RpcClient/Processor/XmlProcessor.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -75,13 +75,13 @@  discard block
 block discarded – undo
75 75
 
76 76
         $this->logger->notice("Performing a single XML call");
77 77
 
78
-    	$this->logger->debug("Data dump before encoding", $request->toArray());
78
+        $this->logger->debug("Data dump before encoding", $request->toArray());
79 79
 
80 80
         try {
81 81
 
82
-        	// encoding
82
+            // encoding
83 83
 
84
-        	foreach ( $request->getSpecialTypes() as $key => $value ) {
84
+            foreach ( $request->getSpecialTypes() as $key => $value ) {
85 85
 
86 86
                 $this->encoder->setValueType($key, $value);
87 87
 
@@ -117,9 +117,9 @@  discard block
 block discarded – undo
117 117
 
118 118
         $composed_requests = array();
119 119
 
120
-    	$this->logger->notice("Performing an XML multicall");
120
+        $this->logger->notice("Performing an XML multicall");
121 121
 
122
-    	$this->logger->debug("Data dump before encoding", $requests);
122
+        $this->logger->debug("Data dump before encoding", $requests);
123 123
 
124 124
         foreach ($requests as $request) {
125 125
 
Please login to merge, or discard this patch.