Skip to content

Commit f19f973

Browse files
author
Olga Kopylova
committed
MAGETWO-44736: Contribute Ogres Bugfixes
- suppress warnings in the XML catalog command
1 parent b2b815e commit f19f973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Developer/Console/Command/XmlCatalogGenerateCommand.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/**
1818
* Class XmlCatalogGenerateCommand Generates dictionary of URNs for the IDE
19+
*
20+
* @SuppressWarnings(PMD.CouplingBetweenObjects)
1921
*/
2022
class XmlCatalogGenerateCommand extends Command
2123
{

0 commit comments

Comments
 (0)