Skip to content

Commit 61df06a

Browse files
author
Eugene Tulika
committed
MAGETWO-44440: Register URN resolver to resolve internal dependencies
- Fixed static tests
1 parent a75593b commit 61df06a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
use Magento\Framework\App\Filesystem\DirectoryList;
2121
use Magento\Framework\Filesystem\Directory\ReadFactory;
2222

23+
/**
24+
* Class XmlCatalogGenerateCommand Generates dictionary of URNs for the IDE
25+
* @SuppressWarnings("PMD.CouplingBetweenObjects")
26+
*/
2327
class XmlCatalogGenerateCommand extends Command
2428
{
2529
/**

0 commit comments

Comments
 (0)