@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | */ |
| 192 | 192 | private function getNamespacedId($id) |
| 193 | 193 | { |
| 194 | - $namespaceVersion = $this->getNamespaceVersion(); |
|
| 194 | + $namespaceVersion = $this->getNamespaceVersion(); |
|
| 195 | 195 | |
| 196 | 196 | return sprintf('%s[%s][%s]', $this->namespace, $id, $namespaceVersion); |
| 197 | 197 | } |
@@ -274,7 +274,7 @@ discard block |
||
| 274 | 274 | $success = true; |
| 275 | 275 | |
| 276 | 276 | foreach ($keysAndValues as $key => $value) { |
| 277 | - if (!$this->doSave($key, $value, $lifetime)) { |
|
| 277 | + if ( ! $this->doSave($key, $value, $lifetime)) { |
|
| 278 | 278 | $success = false; |
| 279 | 279 | } |
| 280 | 280 | } |
@@ -306,7 +306,7 @@ discard block |
||
| 306 | 306 | $success = true; |
| 307 | 307 | |
| 308 | 308 | foreach ($keys as $key) { |
| 309 | - if (! $this->doDelete($key)) { |
|
| 309 | + if ( ! $this->doDelete($key)) { |
|
| 310 | 310 | $success = false; |
| 311 | 311 | } |
| 312 | 312 | } |