aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGit'Fellow <12234510+solracsf@users.noreply.github.com>2024-09-15 08:23:23 +0200
committerGitHub <noreply@github.com>2024-09-15 08:23:23 +0200
commit02c396204c500252128482a86a37924735396423 (patch)
treeaad76f3c9c1258d6b1b1b41ad7900c0c83b4afb5
parentd100c205e9a6313ca6bb13286e5f3b273cca5da7 (diff)
downloadnextcloud-server-addAllToGroupBy.tar.gz
nextcloud-server-addAllToGroupBy.zip
fix: code styleaddAllToGroupBy
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r--apps/dav/lib/CalDAV/Reminder/Backend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/lib/CalDAV/Reminder/Backend.php b/apps/dav/lib/CalDAV/Reminder/Backend.php
index 19dea0ca296..e50f3358e64 100644
--- a/apps/dav/lib/CalDAV/Reminder/Backend.php
+++ b/apps/dav/lib/CalDAV/Reminder/Backend.php
@@ -20,8 +20,8 @@ class Backend {
public function __construct(
protected IDBConnection $db,
- private ITimeFactory $timeFactory) {
- }
+ private ITimeFactory $timeFactory
+ ) {}
/**
* Get all reminders with a notification date before now