Skip to content

Commit c12b417

Browse files
author
Vitaliy Boyko
committed
Suppressed warning
1 parent b60d0bc commit c12b417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/com/magento/idea/magento2plugin/magento/files/TestFixture.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
package com.magento.idea.magento2plugin.magento.files;
77

8+
@SuppressWarnings({
9+
"PMD.ClassNamingConventions"
10+
})
811
public class TestFixture {
912
public static final String PHP_DOC_TAG_NAME = "@magentoDataFixture";
1013
public static final String PHP_DOC_TAG_NAME_API = "@magentoApiDataFixture";

0 commit comments

Comments
 (0)