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
@@ -63,7 +63,7 @@ class SiteConfirmReminderHandler extends QueueHandler
|
||||
* @param array $remitem type of reminder to send and any special options
|
||||
* @return boolean true on success, false on failure
|
||||
*/
|
||||
function handle($remitem)
|
||||
function handle($remitem) : bool
|
||||
{
|
||||
list($type, $opts) = $remitem;
|
||||
|
||||
|
Reference in New Issue
Block a user