Completed
Push — develop ( 6b6c66...23bc41 )
by Siad
04:09
created
src/Cache/Storage/Adapter/Couchbase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
     /**
62 62
      * Constructor.
63 63
      *
64
-     * @param null|array|\Traversable|CouchbaseOptions $options
64
+     * @param CouchbaseOptions $options
65 65
      *
66 66
      * @throws Exception\ExceptionInterface
67 67
      */
@@ -170,9 +170,9 @@  discard block
 block discarded – undo
170 170
     /**
171 171
      * Set options.
172 172
      *
173
-     * @param array|\Traversable|CouchbaseOptions $options
173
+     * @param CouchbaseOptions $options
174 174
      *
175
-     * @return \CouchbaseCluster
175
+     * @return AbstractAdapter
176 176
      *
177 177
      * @see    getOptions()
178 178
      */
Please login to merge, or discard this patch.