diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-01-09 16:44:48 +0100 |
---|---|---|
committer | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2024-01-11 14:03:55 +0100 |
commit | 9e4eb34a46117ad1da099c069cddb77cf3787b5f (patch) | |
tree | 1fe7e5c94419600bd0274c1d443c825c98de501c /core | |
parent | 7274a8d781e46e7862ae0e0634c004abb28592c4 (diff) | |
download | nextcloud-server-9e4eb34a46117ad1da099c069cddb77cf3787b5f.tar.gz nextcloud-server-9e4eb34a46117ad1da099c069cddb77cf3787b5f.zip |
Add TODO for richToParsed refactor
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'core')
-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 { |