Skip to content

Commit 1c8b1ab

Browse files
654: Fixed code style check
1 parent ea18fda commit 1c8b1ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/magento/idea/magento2plugin/stubs/indexes/WebApiTypeIndex.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ public static List<XmlTag> getWebApiRoutes(final Method method) {
176176
* @param parentTag XmlTag
177177
* @param tagsReferences List[XmlTag]
178178
*/
179+
@SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops")
179180
private static void fillRelatedTags(
180181
final String classFqn,
181182
final String methodFqn,

0 commit comments

Comments
 (0)