From: Andrew Dolgov Date: Wed, 26 Apr 2017 12:44:56 +0000 (+0300) Subject: update_daemon: mask phpmd stuff X-Git-Tag: 17.12~231 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=e552bb0bf65cf02cfead323fd675d3d036f885dd;hp=9b666d2aa1d6a7fd9f239708ba2c59da5dfb9ca7 update_daemon: mask phpmd stuff --- diff --git a/update_daemon2.php b/update_daemon2.php index 1dddf6ef..783217ce 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -45,6 +45,9 @@ $last_checkpoint = -1; + /** + * @SuppressWarnings(unused) + */ function reap_children() { global $children; global $ctimes; @@ -85,6 +88,9 @@ } } + /** + * @SuppressWarnings(unused) + */ function sigchld_handler($signal) { $running_jobs = reap_children();