Skip to content

Commit

Permalink
Reword exception explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed Sep 5, 2018
1 parent 73ee931 commit a278093
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Cache/SimpleCacheEngine.php
Expand Up @@ -110,8 +110,7 @@ public function set($key, $value, $ttl = null)
*
* @param string $key The unique cache key of the item to delete.
* @return bool True if the item was successfully removed. False if there was an error.
* @throws \Psr\SimpleCache\InvalidArgumentException
* MUST be thrown if the $key string is not a legal value.
* @throws \Psr\SimpleCache\InvalidArgumentException If the $key string is not a legal value.
*/
public function delete($key)
{
Expand Down

0 comments on commit a278093

Please sign in to comment.