Completed
Push — develop ( 43a9b9...0bad70 )
by yuuki
06:06
created
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.
src/Cache/CouchbaseStore.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.