@@ -218,7 +218,7 @@ |
||
| 218 | 218 | } |
| 219 | 219 | |
| 220 | 220 | $namespaceCacheKey = $this->getNamespaceCacheKey(); |
| 221 | - if($this->doContains($namespaceCacheKey)){ |
|
| 221 | + if ($this->doContains($namespaceCacheKey)) { |
|
| 222 | 222 | return $this->namespaceVersion = (int) $this->doFetch($namespaceCacheKey); |
| 223 | 223 | } |
| 224 | 224 | |