Passed
Pull Request — master (#905)
by
unknown
03:49
created
lib/Phpfastcache/Drivers/Couchbasev4/Driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
             /**
98 98
              * CouchbaseBucket::get() returns a GetResult interface
99 99
              */
100
-            return $this->decodeDocument((array)$this->getCollection()->get($item->getEncodedKey())->content());
100
+            return $this->decodeDocument((array) $this->getCollection()->get($item->getEncodedKey())->content());
101 101
         } catch (DocumentNotFoundException) {
102 102
             return null;
103 103
         }
Please login to merge, or discard this patch.