]> git.wh0rd.org - tt-rss.git/commitdiff
update_daemon: mask phpmd stuff
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Wed, 26 Apr 2017 12:44:56 +0000 (15:44 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Wed, 26 Apr 2017 12:44:56 +0000 (15:44 +0300)
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();