forked from GNUsocial/gnu-social
[REFACTOR] Added explicit return type to all instances of QueueHandler::handle
This commit is contained in:
committed by
Diogo Cordeiro
parent
aaabf82eff
commit
0030fe3aeb
@@ -52,7 +52,7 @@ class OfflineBackupQueueHandler extends QueueHandler
|
||||
return 'backoff';
|
||||
}
|
||||
|
||||
function handle($object)
|
||||
function handle($object) : bool
|
||||
{
|
||||
$userId = $object;
|
||||
|
||||
|
Reference in New Issue
Block a user