Completed
Push — master ( 2d8bf8...bd35ce )
by Agel_Nash
03:32
created
src/utils.functions.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@  discard block
 block discarded – undo
17 17
 			list(, $domain) = explode("@", $email, 2);
18 18
 			if (!$dns || ($dns && checkdnsrr($domain, "MX") && checkdnsrr($domain, "A"))) {
19 19
 				$error = false;
20
-			}else {
20
+			} else {
21 21
 				$error = 'dns';
22 22
 			}
23
-		}else {
23
+		} else {
24 24
 			$error = 'format';
25 25
 		}
26 26
 		return $error;
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
 				$output .= fgets($conn, 128);
356 356
 			}
357 357
 			fclose($conn);
358
-		}else {
358
+		} else {
359 359
 			throw new ErrorException('Could not connect to ' . $nic_server . '!');
360 360
 		}
361 361
 
Please login to merge, or discard this patch.