Fixed documentation typos.

This commit is contained in:
Andrea Baccega 2014-01-07 15:56:47 +01:00
parent 937bf56c18
commit 7fd258fab4

View File

@ -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) {