PHPdoc updated

This commit is contained in:
Anton Terekhov
2012-11-10 15:55:11 +04:00
parent 07206a0365
commit 4f55333064
6 changed files with 34 additions and 10 deletions

View File

@ -15,7 +15,7 @@ class RedisManager
/**
* Redis connections
*
* @var array
* @var Redis[]
*/
static protected $connections = array();
@ -25,6 +25,7 @@ class RedisManager
* @param string $name connection name. If not set 'default' will be used.
* @param array $config Configuration array.
*
* @throws GeneralException
* @return Redis
*/
static public function connect($name = 'default', $config = null)