From ba78b6cc1ddb666ef94b84ecfb04e9f6149f09e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Tue, 9 Jan 2024 16:44:48 +0100 Subject: [PATCH] Add TODO for richToParsed refactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- core/Command/SetupChecks.php | 1 + 1 file changed, 1 insertion(+) 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 {