From 5bc9e4c7315b47da92475dbbc024d67139428a0d Mon Sep 17 00:00:00 2001 From: Gowri <40108018+gowrizrh@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:12:39 +0930 Subject: [PATCH] Update NotifierFactoryInterface.php --- Service/AsyncEvent/NotifierFactoryInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/AsyncEvent/NotifierFactoryInterface.php b/Service/AsyncEvent/NotifierFactoryInterface.php index 5b182c6..5d43bb1 100644 --- a/Service/AsyncEvent/NotifierFactoryInterface.php +++ b/Service/AsyncEvent/NotifierFactoryInterface.php @@ -17,7 +17,7 @@ public function create(string $type): NotifierInterface; /** * Get available event sinks * - * @return array + * @return string[] */ public function getSinks(): array; }