diff --git a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php index bf911e419529c70956aeb72d5ade77495f9c570b..76e3d1302ffb4aa55168e19ae25339ec96b95742 100644 --- a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php +++ b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php @@ -619,7 +619,7 @@ class TypoScriptFrontendController implements LoggerAwareInterface * The page cache object, use this to save pages to the cache and to * retrieve them again * - * @var \TYPO3\CMS\Core\Cache\Backend\AbstractBackend + * @var \TYPO3\CMS\Core\Cache\Frontend\FrontendInterface */ protected $pageCache;