@@ -114,8 +114,8 @@ |
||
| 114 | 114 | { |
| 115 | 115 | if ($this->cacheKey === null) { |
| 116 | 116 | return $this->cacheKey = new CacheKey( |
| 117 | - function () { return $this->cacheNamespace(); }, |
|
| 118 | - function () { return $this->cacheKey(); } |
|
| 117 | + function() { return $this->cacheNamespace(); }, |
|
| 118 | + function() { return $this->cacheKey(); } |
|
| 119 | 119 | ); |
| 120 | 120 | } |
| 121 | 121 | |