Skip to content

Commit 0acd6b6

Browse files
committed
Fix static tests.
1 parent 409e00e commit 0acd6b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Indexer/Model/Indexer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Indexer\Model;
78

89
use Magento\Framework\Indexer\ActionFactory;
@@ -14,6 +15,8 @@
1415
use Magento\Framework\Indexer\StructureFactory;
1516

1617
/**
18+
* Indexer model.
19+
*
1720
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1821
*/
1922
class Indexer extends \Magento\Framework\DataObject implements IndexerInterface

0 commit comments

Comments
 (0)