@@ -86,7 +86,7 @@ |
||
86 | 86 | * Test that clear is called. |
87 | 87 | */ |
88 | 88 | public function testClear(){ |
89 | - $this->assertEquals($this->cacheStorage->clear(), true); |
|
89 | + $this->assertEquals($this->cacheStorage->clear(), true); |
|
90 | 90 | } |
91 | 91 | |
92 | 92 | /** |
@@ -99,10 +99,10 @@ |
||
99 | 99 | * @return bool |
100 | 100 | */ |
101 | 101 | public function has($key){ |
102 | - if ($this->_fetchCacheFile($key)){ |
|
103 | - return true; |
|
104 | - } |
|
105 | - return false; |
|
102 | + if ($this->_fetchCacheFile($key)){ |
|
103 | + return true; |
|
104 | + } |
|
105 | + return false; |
|
106 | 106 | } |
107 | 107 | |
108 | 108 | /** |