Improve comments and readability

This commit is contained in:
Iskandar Najmuddin 2014-05-05 14:47:43 +00:00
parent ad33efbc67
commit 1abbad3f5e
5 changed files with 53 additions and 13 deletions

2
lib/Resque.php Normal file → Executable file
View file

@ -32,7 +32,7 @@ class Resque
* Given a host/port combination separated by a colon, set it as
* the redis server that Resque will talk to.
*
* @param mixed $server Host/port combination separated by a colon, or
* @param mixed $server Host/port combination separated by a colon, DSN-formatted URI, or
* a nested array of servers with host/port pairs.
* @param int $database
*/