[REFACTOR] Added explicit return type to all instances of QueueHandler::handle
This commit is contained in:
committed by
Diogo Cordeiro
parent
aaabf82eff
commit
0030fe3aeb
@@ -33,7 +33,7 @@ class HubConfQueueHandler extends QueueHandler
|
||||
return 'hubconf';
|
||||
}
|
||||
|
||||
function handle($data)
|
||||
function handle($data) : bool
|
||||
{
|
||||
$sub = $data['sub'];
|
||||
$mode = $data['mode'];
|
||||
|
Reference in New Issue
Block a user