Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Cron
diff options
context:
space:
mode:
authorScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2019-12-31 03:47:51 +0300
committerScrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com>2019-12-31 03:47:51 +0300
commite8b6719849d731c9b41487103399e15fdddd2acd (patch)
tree6e6f5658a8777d6c902865a34c8168a7951052a8 /lib/Cron
parent24034936d880267f92579db9c9e442939246854c (diff)
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'lib/Cron')
-rw-r--r--lib/Cron/NotificationCron.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Cron/NotificationCron.php b/lib/Cron/NotificationCron.php
index 12907ef5..27a9677b 100644
--- a/lib/Cron/NotificationCron.php
+++ b/lib/Cron/NotificationCron.php
@@ -51,9 +51,9 @@ class NotificationCron extends TimedJob {
* run
* @param string $token
*/
- protected function run($arguments) {
- if ($this->mailService->sendNotifications()) {
- $this->logger->debug('Notifications sent');
- }
- }
+ protected function run($arguments) {
+ if ($this->mailService->sendNotifications()) {
+ $this->logger->debug('Notifications sent');
+ }
+ }
}