Skip to content

Commit 25d4b53

Browse files
author
Oleksandr Iegorov
committed
MC-21948: Products index data delete process fires before indexation instead of right before insert indexed data to index tables during partial reindex
1 parent e445f52 commit 25d4b53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Model/Category.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,6 @@ public function getChildrenData()
13661366
* @return array
13671367
* @todo refactor with converter for AbstractExtensibleModel
13681368
*/
1369-
// phpcs:ignore Magento2.FunctionNameRestrictions.MethodDoubleUnderscore
13701369
public function __toArray()
13711370
{
13721371
$data = $this->_data;

0 commit comments

Comments
 (0)