From 64d06b98b2c2910ecc133c01510ccf1cab131dab Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 27 Jan 2017 15:13:37 +0000 Subject: [PATCH] Added documentation --- include/poller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/poller.php b/include/poller.php index 10bc70aae3..e8bfb88389 100644 --- a/include/poller.php +++ b/include/poller.php @@ -166,6 +166,7 @@ function poller_execute($queue) { * * @param array $queue Workerqueue entry * @param string $funcname name of the function + * @param array $argv Array of values to be passed to the function */ function poller_exec_function($queue, $funcname, $argv) {