Skip to content
Snippets Groups Projects
Commit f19f9732 authored by Olga Kopylova's avatar Olga Kopylova
Browse files

MAGETWO-44736: Contribute Ogres Bugfixes

- suppress warnings in the XML catalog command
parent b2b815e1
Branches
No related merge requests found
...@@ -16,6 +16,8 @@ use Magento\Framework\App\Filesystem\DirectoryList; ...@@ -16,6 +16,8 @@ use Magento\Framework\App\Filesystem\DirectoryList;
/** /**
* Class XmlCatalogGenerateCommand Generates dictionary of URNs for the IDE * Class XmlCatalogGenerateCommand Generates dictionary of URNs for the IDE
*
* @SuppressWarnings(PMD.CouplingBetweenObjects)
*/ */
class XmlCatalogGenerateCommand extends Command class XmlCatalogGenerateCommand extends Command
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment