Skip to content

Commit

Permalink
fix: doc (#17561)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyin authored and taylorotwell committed Jan 26, 2017
1 parent d341e4f commit 7e0dfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Cache/MemcachedStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct($memcached, $prefix = '')
/**
* Retrieve an item from the cache by key.
*
* @param string|array $key
* @param string $key
* @return mixed
*/
public function get($key)
Expand Down

0 comments on commit 7e0dfbb

Please sign in to comment.