Completed
Pull Request — master (#5)
by Thomas
10:44
created
src/Memcached.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -224,7 +224,7 @@
 block discarded – undo
224 224
      *
225 225
      * @param  string     $id        The cache id to retrieve.
226 226
      * @param  float      $cas_token The variable to store the CAS token in.
227
-     * @return mixed|null Returns the cached data or null.
227
+     * @return string Returns the cached data or null.
228 228
      */
229 229
     public function get($id, &$cas_token=null)
230 230
     {
Please login to merge, or discard this patch.