From: Michael Vogel Date: Tue, 2 Aug 2016 08:19:10 +0000 (+0200) Subject: Updated documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=13c285d61df4fa30aa8fa1f47d7ecbec31c5f208;p=friendica.git Updated documentation --- diff --git a/include/cron.php b/include/cron.php index 28d6713f54..82c8cc7a16 100644 --- a/include/cron.php +++ b/include/cron.php @@ -153,9 +153,10 @@ function cron_run(&$argv, &$argc){ } /** - * @brief Clear cache entries + * @brief Poll contacts for unreceived messages * - * @param App $a + * @param Integer $argc Number of command line arguments + * @param Array $argv Array of command line arguments */ function cron_poll_contacts($argc, $argv) { $manual_id = 0;