From 37de5817c34b310fa2340f793ee8c856db93a1c9 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 17 Oct 2018 13:22:59 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- misc/testing/resend_activation_email.php | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/testing/resend_activation_email.php b/misc/testing/resend_activation_email.php index 33f5f1b8d..c6a756960 100644 --- a/misc/testing/resend_activation_email.php +++ b/misc/testing/resend_activation_email.php @@ -13,7 +13,6 @@ if (isset($argv[1]) && is_numeric($argv[1])) { UserVerification::send($user, 'User email verification required'); ColorCLI::doEcho(ColorCLI::notice('Email has been sent')); - } else { ColorCLI::doEcho(ColorCLI::info('You need to provide user id as argument')); }