]> git.wh0rd.org - tt-rss.git/blobdiff - update_daemon2.php
update_daemon: mask phpmd stuff
[tt-rss.git] / update_daemon2.php
index 1dddf6efdaec9d63edec1ef77eb2de4a9531753f..783217cef2e96a174d51ef727da3c12fef9338fd 100755 (executable)
@@ -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();