mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
use short array syntax
This commit is contained in:
@@ -252,7 +252,7 @@ interface ClientInterface
|
||||
*
|
||||
* @return CommandInterface
|
||||
*/
|
||||
public function createCommand($method, $arguments = array());
|
||||
public function createCommand($method, $arguments = []);
|
||||
|
||||
/**
|
||||
* Executes the specified Redis command.
|
||||
|
||||
Reference in New Issue
Block a user