diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-09 16:44:48 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-01-15 15:11:58 +0100 |
commit | ba78b6cc1ddb666ef94b84ecfb04e9f6149f09e2 (patch) | |
tree | 877883b4240b8e33663a4f586c5a27543c9e2ddb /core/Command | |
parent | 18533bba135c13304ac6fc1c87ff58958d4f888c (diff) | |
download | nextcloud-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.php | 1 |
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 { |