mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
DX: rector apply rules 'symfony up to 4.4
This commit is contained in:
@@ -101,7 +101,7 @@ class ChillUserSendRenewPasswordCodeCommand extends Command
|
||||
->addOption('subject', null, InputOption::VALUE_REQUIRED, 'Subject of the email', 'Recover your password');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$this->input = $input;
|
||||
$this->output = $output;
|
||||
@@ -119,6 +119,7 @@ class ChillUserSendRenewPasswordCodeCommand extends Command
|
||||
|
||||
$this->sendRecoverCode($user);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user