File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Theme/Model/Indexer/Design Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
namespace Magento \Theme \Model \Indexer \Design ;
10
10
11
11
use Magento \Framework \App \ResourceConnection ;
12
- use Magento \Framework \DB \Adapter \AdapterInterface ;
13
12
use Magento \Framework \Indexer \IndexStructureInterface ;
14
13
use Magento \Framework \Indexer \SaveHandler \Batch ;
15
14
use Magento \Framework \Indexer \SaveHandler \Grid ;
15
+ use Magento \Framework \Indexer \SaveHandler \IndexerInterface ;
16
16
use Magento \Framework \Indexer \ScopeResolver \FlatScopeResolver ;
17
17
use Magento \Framework \Indexer \ScopeResolver \IndexScopeResolver ;
18
+ use Magento \Framework \Search \Request \Dimension ;
18
19
19
20
class IndexerHandler extends Grid
20
21
{
@@ -57,8 +58,8 @@ public function __construct(
57
58
/**
58
59
* Clean index table by deleting all records unconditionally or create the index table if not exists
59
60
*
60
- * @param $dimensions
61
- * @return IndexerHandler
61
+ * @param Dimension[] $dimensions
62
+ * @return IndexerInterface
62
63
*/
63
64
public function cleanIndex ($ dimensions )
64
65
{
You can’t perform that action at this time.
0 commit comments