[REFACTOR] Added explicit return type to all instances of QueueHandler::handle
This commit is contained in:
committed by
Diogo Cordeiro
parent
aaabf82eff
commit
0030fe3aeb
@@ -35,7 +35,7 @@ class ImSenderQueueHandler extends QueueHandler
|
||||
* @param object $data
|
||||
* @return boolean success
|
||||
*/
|
||||
function handle($data)
|
||||
function handle($data) : bool
|
||||
{
|
||||
return $this->plugin->imManager->send_raw_message($data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user