mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Rename "Array" type-hint to to "array".
This commit is contained in:
@@ -33,7 +33,7 @@ class Handler implements SessionHandlerInterface
|
||||
* @param ClientInterface $client Fully initialized client instance.
|
||||
* @param array $options Session handler options.
|
||||
*/
|
||||
public function __construct(ClientInterface $client, Array $options = array())
|
||||
public function __construct(ClientInterface $client, array $options = array())
|
||||
{
|
||||
$this->client = $client;
|
||||
$this->ttl = (int) (isset($options['gc_maxlifetime']) ? $options['gc_maxlifetime'] : ini_get('session.gc_maxlifetime'));
|
||||
|
||||
Reference in New Issue
Block a user