@@ -235,7 +235,7 @@ discard block |
||
235 | 235 | */ |
236 | 236 | private function getNamespacedId($id) |
237 | 237 | { |
238 | - $namespaceVersion = $this->getNamespaceVersion(); |
|
238 | + $namespaceVersion = $this->getNamespaceVersion(); |
|
239 | 239 | |
240 | 240 | return sprintf('%s[%s][%s]', $this->namespace, $id, $namespaceVersion); |
241 | 241 | } |
@@ -374,7 +374,7 @@ discard block |
||
374 | 374 | $success = true; |
375 | 375 | |
376 | 376 | foreach ($keysAndValues as $key => $value) { |
377 | - if (!$this->doSave($key, $value, $lifetime)) { |
|
377 | + if ( ! $this->doSave($key, $value, $lifetime)) { |
|
378 | 378 | $success = false; |
379 | 379 | } |
380 | 380 | } |
@@ -401,7 +401,7 @@ discard block |
||
401 | 401 | protected function doTag($id, array $tags = []) |
402 | 402 | { |
403 | 403 | foreach ($tags as $tag) { |
404 | - $set = (string)$this->doFetch($tag); |
|
404 | + $set = (string) $this->doFetch($tag); |
|
405 | 405 | $set = explode(';', $set); |
406 | 406 | $set[] = $id; |
407 | 407 | $set = array_unique($set); |