diff --git a/common/framework/drivers/pushinterface.php b/common/framework/drivers/pushinterface.php index e15158536..b7947b818 100644 --- a/common/framework/drivers/pushinterface.php +++ b/common/framework/drivers/pushinterface.php @@ -52,7 +52,7 @@ interface PushInterface * * @param object $message * @param array $tokens - * @return object + * @return \stdClass */ - public function send(\Rhymix\Framework\Push $message, array $tokens); + public function send(\Rhymix\Framework\Push $message, array $tokens): \stdClass; }