Skip to content

Commit fad3b71

Browse files
committed
Changed documentation of the cache variable
Changed the documentation of the cache variable, which should have the @var set to the same interface as was given in the constructor of this class.
1 parent bd1655b commit fad3b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ConfigLoader implements ConfigLoaderInterface
2828
/**
2929
* Cache
3030
*
31-
* @var \Magento\Framework\Cache\FrontendInterface
31+
* @var \Magento\Framework\Config\CacheInterface
3232
*/
3333
protected $_cache;
3434

0 commit comments

Comments
 (0)