We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9327c28 commit 4b999caCopy full SHA for 4b999ca
app/code/Magento/Theme/Test/Unit/Model/Indexer/Design/ConfigTest.php
@@ -7,8 +7,6 @@
7
8
/**
9
* Test design config indexer model
10
- *
11
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
12
*/
13
namespace Magento\Theme\Test\Unit\Model\Indexer\Design;
14
@@ -32,6 +30,9 @@
32
30
use Magento\Theme\Model\Indexer\Design\IndexerHandler;
33
31
use Magento\Framework\DB\Adapter\AdapterInterface;
34
+/**
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
35
+ */
36
class ConfigTest extends TestCase
37
{
38
0 commit comments