Completed
Pull Request — 2.1 (#14622)
by
unknown
13:59
created
framework/caching/Cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -339,7 +339,7 @@
 block discarded – undo
339 339
 
340 340
     /**
341 341
      * Deletes a value with the specified key from cache
342
-     * @param mixed $key a key identifying the value to be deleted from cache. This can be a simple string or
342
+     * @param string $key a key identifying the value to be deleted from cache. This can be a simple string or
343 343
      * a complex data structure consisting of factors representing the key.
344 344
      * @return bool if no error happens during deletion
345 345
      */
Please login to merge, or discard this patch.