Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2018-10-17 13:22:59 +00:00
committed by StyleCI Bot
parent 1bfb1f88e7
commit 37de5817c3
-1
View File
@@ -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'));
}