[REFACTOR] Added explicit return type to all instances of QueueHandler::handle

This commit is contained in:
Miguel Dantas
2019-08-09 00:15:38 +01:00
committed by Diogo Cordeiro
parent aaabf82eff
commit 0030fe3aeb
34 changed files with 34 additions and 34 deletions

View File

@@ -26,7 +26,7 @@ class RSSCloudQueueHandler extends QueueHandler
return 'rsscloud';
}
function handle($notice): bool
function handle($notice) : bool
{
if (!($notice instanceof Notice)) {
common_log(LOG_ERR, "Got a bogus notice, not using");