@@ -76,7 +76,7 @@ |
||
76 | 76 | */ |
77 | 77 | if($ttl <= 0){ |
78 | 78 | return $this->instance->expire($item->getKey(), 0); |
79 | - }else{ |
|
79 | + } else{ |
|
80 | 80 | return $this->instance->setex($item->getKey(), $ttl, $this->encode($this->driverPreWrap($item))); |
81 | 81 | } |
82 | 82 | } else { |
@@ -80,7 +80,7 @@ |
||
80 | 80 | */ |
81 | 81 | if($ttl <= 0){ |
82 | 82 | return $this->instance->expire($item->getKey(), 0); |
83 | - }else{ |
|
83 | + } else{ |
|
84 | 84 | return $this->instance->setex($item->getKey(), $ttl, $this->encode($this->driverPreWrap($item))); |
85 | 85 | } |
86 | 86 | } else { |