Passed
Push — v9 ( bbd911...f97dbd )
by Georges
03:26 queued 01:42
created
lib/Phpfastcache/Drivers/Ssdb/Driver.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.