mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Improve comments and readability
This commit is contained in:
parent
ad33efbc67
commit
1abbad3f5e
5 changed files with 53 additions and 13 deletions
2
lib/Resque.php
Normal file → Executable file
2
lib/Resque.php
Normal file → Executable 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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue