Skip to content

Commit

Permalink
Merge pull request #3971 from kaleidoscopique/patch-1
Browse files Browse the repository at this point in the history
Fix "$cache::save()" return type in the documentation
  • Loading branch information
lonnieezell authored Dec 8, 2020
2 parents 9ec1fc9 + e1c03d6 commit d9e211e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/caching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Class Reference
:param int $ttl: Time To Live, in seconds (default 60)
:param bool $raw: Whether to store the raw value
:returns: TRUE on success, FALSE on failure
:rtype: string
:rtype: bool

This method will save an item to the cache store. If saving fails, the
method will return FALSE.
Expand Down

0 comments on commit d9e211e

Please sign in to comment.