Passed
Push — master ( a2ac83...2775a8 )
by Peter
02:12
created
includes/ddns.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
     protected $iniFilePath = "./conf/";
21 21
     protected $iniFileInwx = "inwx.ini";
22 22
     protected $iniFileDomain = "";
23
-    protected $inwx = [];       // apiurl, username, password
24
-    protected $domain = [];     // inwx => domain, subdomain; ddns => apikey
25
-    protected $IP = [];        // oldip, newip, id
23
+    protected $inwx = []; // apiurl, username, password
24
+    protected $domain = []; // inwx => domain, subdomain; ddns => apikey
25
+    protected $IP = []; // oldip, newip, id
26 26
     protected $domrobot;
27 27
     protected $logger;
28 28
     protected $returnStatus = "";
Please login to merge, or discard this patch.