time->getTime(); $batchSize = $this->isCLI ? MailNotifications::BATCH_SIZE_CLI : MailNotifications::BATCH_SIZE_WEB; $this->mailNotifications->sendEmails($batchSize, $time); } }