]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/CronJobs.php
4) Adding Factories to other entrypoints
[friendica.git] / src / Worker / CronJobs.php
index ca50e0e75f48377c72c3769ad512dbd3a4f139a3..f723cf69f17a32fde4b69214b0708ae422741f1f 100644 (file)
@@ -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)
        {