@@ -556,7 +556,7 @@ |
||
| 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 | */ |
@@ -150,10 +150,10 @@ |
||
| 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; |