mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 11:03:50 +00:00
DX: rector apply rules 'symfony up to 4.4
This commit is contained in:
@@ -34,7 +34,7 @@ class AzureGrantAdminConsentAndAcquireToken extends Command
|
||||
parent::__construct('chill:calendar:msgraph-grant-admin-consent');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
/** @var FormatterHelper $formatter */
|
||||
$formatter = $this->getHelper('formatter');
|
||||
|
@@ -35,7 +35,7 @@ class SendShortMessageOnEligibleCalendar extends Command
|
||||
return 'chill:calendar:send-short-messages';
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||
{
|
||||
$this->messageSender->sendBulkMessageToEligibleCalendars();
|
||||
|
||||
|
Reference in New Issue
Block a user