mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/15320] Fix to accomplish coding guidelines
This commit is contained in:
parent
a6c9119dfa
commit
4e5fd9a6e9
1 changed files with 1 additions and 1 deletions
2
phpBB/phpbb/cache/driver/redis.php
vendored
2
phpBB/phpbb/cache/driver/redis.php
vendored
|
@ -137,7 +137,7 @@ class redis extends \phpbb\cache\driver\memory
|
|||
*/
|
||||
function _write($var, $data, $ttl = 2592000)
|
||||
{
|
||||
if($ttl == 0)
|
||||
if ($ttl == 0)
|
||||
{
|
||||
return $this->redis->set($var, $data);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue