@@ -190,8 +190,8 @@ |
||
190 | 190 | * @return array |
191 | 191 | */ |
192 | 192 | public function registerDomain($domain, $registrantID, $contactsAdminID, |
193 | - $contactsTechID, $authID, $nsHosts = [], |
|
194 | - $nsset = null, $period = 1) |
|
193 | + $contactsTechID, $authID, $nsHosts = [], |
|
194 | + $nsset = null, $period = 1) |
|
195 | 195 | { |
196 | 196 | |
197 | 197 | foreach ($nsHosts as $host) { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | |
20 | 20 | $response = $client->checkDomain($unexistentDomain); |
21 | 21 | |
22 | -$existingDomain = 'spoje.net'; |
|
22 | +$existingDomain = 'spoje.net'; |
|
23 | 23 | |
24 | 24 | $response = $client->checkDomain($existingDomain); |
25 | 25 | var_dump($response); |