Passed
Push — master ( 20ea70...38c359 )
by Joe
01:56
created
src/Parallels.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -150,10 +150,10 @@
 block discarded – undo
150 150
 		if (!is_array($ips) && $ips != '')
151 151
 			$ips = [$ips];
152 152
 		$this->response = $this->xml->__call('partner10.createKey', [
153
-			                                                          $this->authInfo(),
154
-			                                                          $this->serverAddress($ips, $macs), $client === FALSE ? $this->client : $client,
155
-			                                                          $keyType,
156
-			                                                          $upgradePlans, $licenseType === FALSE ? $this->licenseType : $licenseType
153
+																	  $this->authInfo(),
154
+																	  $this->serverAddress($ips, $macs), $client === FALSE ? $this->client : $client,
155
+																	  $keyType,
156
+																	  $upgradePlans, $licenseType === FALSE ? $this->licenseType : $licenseType
157 157
 		]
158 158
 		);
159 159
 		return $this->response;
Please login to merge, or discard this patch.