Skip to content

Commit

Permalink
Reword method doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 5, 2018
1 parent 2507033 commit c8c3af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/SimpleCacheEngine.php
Expand Up @@ -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.
Expand Down

0 comments on commit c8c3af2

Please sign in to comment.