From 7fd258fab444dcc5ce21c78c45184bc1d32efc08 Mon Sep 17 00:00:00 2001 From: Andrea Baccega Date: Tue, 7 Jan 2014 15:56:47 +0100 Subject: [PATCH] Fixed documentation typos. --- public/include/classes/block.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/classes/block.class.php b/public/include/classes/block.class.php index 3ed11d1f..b65d88a3 100644 --- a/public/include/classes/block.class.php +++ b/public/include/classes/block.class.php @@ -201,7 +201,7 @@ class Block extends Base { /** * Set finding worker of a block * @param block_id int Block ID - * @param worker_id int Worker ID of finder + * @param worker string Worker Name of finder * @return bool **/ public function setFindingWorker($block_id, $worker=NULL) {