[REF] Minor cleanup around actionn schedule code.
authoreileen <emcnaughton@wikimedia.org>
Thu, 23 Apr 2020 02:58:22 +0000 (14:58 +1200)
committereileen <emcnaughton@wikimedia.org>
Sat, 25 Apr 2020 00:45:06 +0000 (12:45 +1200)
commit2e9914a0d07bacbae20ec05c8eb8815050e8549c
treecc74fac447bb12d12919a086e5e42d30f1c85637
parentb2358a7b9db6d963b08603b0794515dd42db229a
[REF] Minor cleanup around actionn schedule code.

CRM_Core_BAO_ActionSchedule::processQueue is only called from one place. It either succeeds or throws
an exception so there is no value in returning anything & the parsing of what it does return assumes that it
could return false

Some slight tightenig around typing as buildRecipientContact is also only called from one place
CRM/Core/BAO/ActionSchedule.php
CRM/Utils/Time.php
Civi/Api4/ActionSchedule.php
api/v3/Job.php