@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | { |
111 | 111 | $this->assertCacheItemType($item, Item::class); |
112 | 112 | |
113 | - return (bool)$this->instance->setx($item->getEncodedKey(), $this->encode($this->driverPreWrap($item)), $item->getTtl()); |
|
113 | + return (bool) $this->instance->setx($item->getEncodedKey(), $this->encode($this->driverPreWrap($item)), $item->getTtl()); |
|
114 | 114 | } |
115 | 115 | |
116 | 116 | /** |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | { |
123 | 123 | $this->assertCacheItemType($item, Item::class); |
124 | 124 | |
125 | - return (bool)$this->instance->del($item->getEncodedKey()); |
|
125 | + return (bool) $this->instance->del($item->getEncodedKey()); |
|
126 | 126 | } |
127 | 127 | |
128 | 128 | /** |