Skip to content

Commit 3d9bb92

Browse files
make it show
not use tabs, but space
1 parent 662dc01 commit 3d9bb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Class Reference
104104
Gets an item from the cache. If ``null`` was returned, this will invoke the callback
105105
and save the result. Either way, this will return the value.
106106

107-
.. php:method::save(string $key, $data[, int $ttl = 60[, $raw = false]])
107+
.. php:method:: save(string $key, $data[, int $ttl = 60[, $raw = false]])
108108
109109
:param string $key: Cache item name
110110
:param mixed $data: the data to save

0 commit comments

Comments
 (0)