use short array syntax

This commit is contained in:
Till Krüss
2023-01-17 13:48:22 -08:00
committed by Till Krüss
parent 31b65f614b
commit cc40219268
299 changed files with 3373 additions and 3373 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ interface ClientInterface
*
* @return CommandInterface
*/
public function createCommand($method, $arguments = array());
public function createCommand($method, $arguments = []);
/**
* Executes the specified Redis command.