Преглед на файлове

update_daemon: mask phpmd stuff

Andrew Dolgov преди 7 години
родител
ревизия
e552bb0bf6
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      update_daemon2.php

+ 6 - 0
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();