Test Setup Failed
Branch master (46f364)
by Vítězslav
01:38
created
src/Subreg/Client.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -190,8 +190,8 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
Examples/CheckDomain.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.