Completed
Push — master ( 69e804...20ea70 )
by Joe
09:54
created
src/Parallels.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -556,7 +556,7 @@
 block discarded – undo
556 556
 	}
557 557
 
558 558
 	/**
559
-	 * @param array|string $ips
559
+	 * @param string $ips
560 560
 	 * @param array        $macs
561 561
 	 * @return mixed
562 562
 	 */
Please login to merge, or discard this 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.