@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | */ |
| 197 | 197 | private function getNamespacedId($id) |
| 198 | 198 | { |
| 199 | - $namespaceVersion = $this->getNamespaceVersion(); |
|
| 199 | + $namespaceVersion = $this->getNamespaceVersion(); |
|
| 200 | 200 | |
| 201 | 201 | return sprintf('%s[%s][%s]', $this->namespace, $id, $namespaceVersion); |
| 202 | 202 | } |
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | $success = true; |
| 280 | 280 | |
| 281 | 281 | foreach ($keysAndValues as $key => $value) { |
| 282 | - if (!$this->doSave($key, $value, $lifetime)) { |
|
| 282 | + if ( ! $this->doSave($key, $value, $lifetime)) { |
|
| 283 | 283 | $success = false; |
| 284 | 284 | } |
| 285 | 285 | } |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | $success = true; |
| 312 | 312 | |
| 313 | 313 | foreach ($keys as $key) { |
| 314 | - if (!$this->doDelete($key)) { |
|
| 314 | + if ( ! $this->doDelete($key)) { |
|
| 315 | 315 | $success = false; |
| 316 | 316 | } |
| 317 | 317 | } |