Passed
Push — master ( cbde1d...e57bca )
by Morris
11:36 queued 11s
created
core/Command/Security/ResetBruteforceAttempts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 		$ip = $input->getArgument('ipaddress');
54 54
 
55 55
 		if (!filter_var($ip, FILTER_VALIDATE_IP)) {
56
-			$output->writeln('<error>"' . $ip . '" is not a valid IP address</error>');
56
+			$output->writeln('<error>"'.$ip.'" is not a valid IP address</error>');
57 57
 			return 1;
58 58
 		}
59 59
 
Please login to merge, or discard this patch.