update_daemon: mask phpmd stuff

Questo commit è contenuto in:
Andrew Dolgov 2017-04-26 15:44:56 +03:00
parent 9b666d2aa1
commit e552bb0bf6

Vedi file

@ -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();