@@ -97,7 +97,7 @@ |
||
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 | } |