Merge pull request #1284 from vekexasia/patch-1

Fixed documentation typos.
This commit is contained in:
Sebastian Grewe 2014-01-07 07:04:54 -08:00
commit b3169bc9d8

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