We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75593b commit 61df06aCopy full SHA for 61df06a
app/code/Magento/Developer/Console/Command/XmlCatalogGenerateCommand.php
@@ -20,6 +20,10 @@
20
use Magento\Framework\App\Filesystem\DirectoryList;
21
use Magento\Framework\Filesystem\Directory\ReadFactory;
22
23
+/**
24
+ * Class XmlCatalogGenerateCommand Generates dictionary of URNs for the IDE
25
+ * @SuppressWarnings("PMD.CouplingBetweenObjects")
26
+ */
27
class XmlCatalogGenerateCommand extends Command
28
{
29
/**
0 commit comments