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