phpstan-typo3
phpstan-typo3 copied to clipboard
Use correct class for request attribute frontend.cache.collector
The request attribute frontend.cache.collector is currently mapped on the class TYPO3\CMS\Frontend\Cache\CacheCollector, which does not exist.
The correct class is TYPO3\CMS\Core\Cache\CacheDataCollector