@@ -42,7 +42,7 @@ |
||
| 42 | 42 | |
| 43 | 43 | // Add all the fetched items to the memoized set, decorating each one |
| 44 | 44 | // with an encryption-aware instance of CacheItemInterface |
| 45 | - array_walk($toMemoize, function (CacheItemInterface $leaf) { |
|
| 45 | + array_walk($toMemoize, function(CacheItemInterface $leaf) { |
|
| 46 | 46 | $this->memoized[$leaf->getKey()] = $this->decorate($leaf); |
| 47 | 47 | }); |
| 48 | 48 | |