diff --git a/framework/widgets/FragmentCache.php b/framework/widgets/FragmentCache.php index d9e4fe6af2..7a4e51f391 100644 --- a/framework/widgets/FragmentCache.php +++ b/framework/widgets/FragmentCache.php @@ -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() {