From c8c3af289c1ed1d24f23473243b915ef25098976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Wed, 5 Sep 2018 19:12:09 +0200 Subject: [PATCH] Reword method doc block --- src/Cache/SimpleCacheEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cache/SimpleCacheEngine.php b/src/Cache/SimpleCacheEngine.php index 8517508cbe9..e5617c695f5 100644 --- a/src/Cache/SimpleCacheEngine.php +++ b/src/Cache/SimpleCacheEngine.php @@ -57,7 +57,7 @@ protected function ensureValidKey($key) } /** - * Fetches a value from the cache. + * Fetches the value for a given key from the cache. * * @param string $key The unique key of this item in the cache. * @param mixed $default Default value to return if the key does not exist.