mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 23:53:50 +00:00
apply rector rules
This commit is contained in:
@@ -64,17 +64,13 @@ class ChillUserSendRenewPasswordCodeCommand extends Command
|
||||
|
||||
/**
|
||||
* The current input interface.
|
||||
*
|
||||
* @var InputInterface
|
||||
*/
|
||||
private $input;
|
||||
private ?\Symfony\Component\Console\Input\InputInterface $input = null;
|
||||
|
||||
/**
|
||||
* The current output interface.
|
||||
*
|
||||
* @var OutputInterface
|
||||
*/
|
||||
private $output;
|
||||
private ?\Symfony\Component\Console\Output\OutputInterface $output = null;
|
||||
|
||||
public function __construct(
|
||||
LoggerInterface $logger,
|
||||
|
Reference in New Issue
Block a user