e-oz/Memory

Bug in RedisServer.php Line 355

kaiszy opened this issue · 1 comments

Getting the error

PHP Parse error: syntax error, unexpected '[' in [...]/Jamm/Memory/RedisServer.php on line 355

Because of

return $this->__call('CONFIG_RESETSTAT', [] );

in Line 355.

e-oz commented

Fixed, thanks.