diff options
-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 { |