Update FragmentCache.php (#12179) [skip ci]

This commit is contained in:
Evgeniy Tkachenko
2016-08-17 11:58:09 +03:00
committed by Alexander Makarov
parent 665a12b25c
commit 3e680f9311

View File

@ -130,7 +130,7 @@ class FragmentCache extends Widget
/**
* Returns the cached content if available.
* @return string|boolean the cached content. False is returned if valid content is not found in the cache.
* @return string|false the cached content. False is returned if valid content is not found in the cache.
*/
public function getCachedContent()
{