File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function __construct(
58
58
* @param callable $dataLoader
59
59
* @param callable $dataCollector
60
60
* @param callable $dataSaver
61
- * @return array
61
+ * @return mixed
62
62
*/
63
63
public function lockedLoadData (
64
64
string $ lockName ,
Original file line number Diff line number Diff line change @@ -1084,7 +1084,7 @@ protected function getCacheLifetime()
1084
1084
/**
1085
1085
* Load block html from cache storage
1086
1086
*
1087
- * @return string|false
1087
+ * @return string
1088
1088
*/
1089
1089
protected function _loadCache ()
1090
1090
{
@@ -1126,7 +1126,7 @@ protected function _loadCache()
1126
1126
}
1127
1127
};
1128
1128
1129
- return $ this ->lockQuery ->lockedLoadData (
1129
+ return ( string ) $ this ->lockQuery ->lockedLoadData (
1130
1130
$ this ->getCacheKey (),
1131
1131
$ loadAction ,
1132
1132
$ collectAction ,
You can’t perform that action at this time.
0 commit comments