@@ -70,7 +70,7 @@ |
||
| 70 | 70 | { |
| 71 | 71 | $contents = $this->getForStorage(); |
| 72 | 72 | |
| 73 | - if (! is_null($this->expire)) { |
|
| 73 | + if (!is_null($this->expire)) { |
|
| 74 | 74 | $this->cache->set($this->key, $contents, $this->expire); |
| 75 | 75 | } else { |
| 76 | 76 | $this->cache->set($this->key, $contents); |