aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2024-01-09 16:44:48 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2024-01-15 15:11:58 +0100
commitba78b6cc1ddb666ef94b84ecfb04e9f6149f09e2 (patch)
tree877883b4240b8e33663a4f586c5a27543c9e2ddb /core/Command
parent18533bba135c13304ac6fc1c87ff58958d4f888c (diff)
downloadnextcloud-server-ba78b6cc1ddb666ef94b84ecfb04e9f6149f09e2.tar.gz
nextcloud-server-ba78b6cc1ddb666ef94b84ecfb04e9f6149f09e2.zip
Add TODO for richToParsed refactor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core/Command')
-rw-r--r--core/Command/SetupChecks.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Command/SetupChecks.php b/core/Command/SetupChecks.php
index 112bbfeb582..ca39948de4e 100644
--- a/core/Command/SetupChecks.php
+++ b/core/Command/SetupChecks.php
@@ -46,6 +46,7 @@ class SetupChecks extends Base {
}
/**
+ * @TODO move this method to a common service used by notifications, activity and this command
* @throws \InvalidArgumentException if a parameter has no name or no type
*/
private function richToParsed(string $message, array $parameters): string {