@@ -227,7 +227,7 @@ |
||
227 | 227 | $item->expiresAfter(abs((int)$this->getConfig()['defaultTtl'])); |
228 | 228 | } |
229 | 229 | } |
230 | - }else{ |
|
230 | + } else{ |
|
231 | 231 | $item = $this->itemInstances[$key]; |
232 | 232 | } |
233 | 233 |
@@ -66,7 +66,7 @@ |
||
66 | 66 | |
67 | 67 | if($this->getConfig()->isUseStaticItemCaching()){ |
68 | 68 | $stat->setData(implode(', ', \array_keys($this->itemInstances))); |
69 | - }else{ |
|
69 | + } else{ |
|
70 | 70 | $stat->setData('No data available since static item caching option (useStaticItemCaching) is disabled.'); |
71 | 71 | } |
72 | 72 |