Completed
Pull Request — develop (#11)
by yuuki
06:24
created
src/Database/CouchbaseConnection.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @param $name
58
+     * @param string $name
59 59
      *
60 60
      * @return \CouchbaseBucket
61 61
      */
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
      * @param string $query
170 170
      * @param array  $bindings
171 171
      *
172
-     * @return int|mixed
172
+     * @return integer
173 173
      */
174 174
     public function insert($query, $bindings = [])
175 175
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     }
196 196
 
197 197
     /**
198
-     * @param       $query
198
+     * @param       string $query
199 199
      * @param array $bindings
200 200
      *
201 201
      * @return mixed
Please login to merge, or discard this patch.
src/Cache/CouchbaseStore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
     }
160 160
 
161 161
     /**
162
-     * @param        $bucket
162
+     * @param        string $bucket
163 163
      * @param string $password
164 164
      *
165 165
      * @return $this
Please login to merge, or discard this patch.
src/Cache/LegacyCouchbaseStore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
     }
158 158
 
159 159
     /**
160
-     * @param        $bucket
160
+     * @param        string $bucket
161 161
      * @param string $password
162 162
      *
163 163
      * @return $this
Please login to merge, or discard this patch.