X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FCronJobs.php;h=f723cf69f17a32fde4b69214b0708ae422741f1f;hb=1e0e1674f2aeef54c52790946cfd61a199cb2042;hp=ca50e0e75f48377c72c3769ad512dbd3a4f139a3;hpb=8c75c26361a836e6f281c550d577c2f8a11b579b;p=friendica.git diff --git a/src/Worker/CronJobs.php b/src/Worker/CronJobs.php index ca50e0e75f..f723cf69f1 100644 --- a/src/Worker/CronJobs.php +++ b/src/Worker/CronJobs.php @@ -134,6 +134,7 @@ class CronJobs * @brief Clear cache entries * * @param App $a + * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ private static function clearCache(App $a) { @@ -231,6 +232,8 @@ class CronJobs * @brief Repair missing values in Diaspora contacts * * @param App $a + * @throws \Friendica\Network\HTTPException\InternalServerErrorException + * @throws \ImagickException */ private static function repairDiaspora(App $a) {