Commit fe3ff6dd by Luciano Baraglia

Missing codestyle fix

parent 7d33a5d3
...@@ -35,14 +35,14 @@ class RedisConnectionTest extends RedisTestCase ...@@ -35,14 +35,14 @@ class RedisConnectionTest extends RedisTestCase
public function keyValueData() public function keyValueData()
{ {
return array( return [
[123], [123],
[-123], [-123],
[0], [0],
['test'], ['test'],
["test\r\ntest"], ["test\r\ntest"],
[''], [''],
); ];
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment