Magento Coding Standard (PHPCS) report for webcodebg/module-glami ================================================================= Package version: 104.1.1 | Magento: 2.4.9 | Tested: 2026-06-02 3 errors, 4 warnings in 6 files data/eco-categories.xml 1:1 error eco-categories.xml is in an invalid directory /data/vendor/webcodebg/module-glami/data: - Create a data patch within module's Setup/Patch/Data folder for data upgrades. - Use declarative schema approach in module's etc/db_schema.xml file for schema changes. (Magento2.Legacy.InstallUpgrade.DataInvalidDirectory) data/bg-categories.xml 1:1 error bg-categories.xml is in an invalid directory /data/vendor/webcodebg/module-glami/data: - Create a data patch within module's Setup/Patch/Data folder for data upgrades. - Use declarative schema approach in module's etc/db_schema.xml file for schema changes. (Magento2.Legacy.InstallUpgrade.DataInvalidDirectory) Service/GenerateFeed.php 469:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Helper/Data.php 191:13 warning Line indented incorrectly; expected 8 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 193:13 warning Line indented incorrectly; expected 8 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) view/adminhtml/templates/system/config/form/field/array.phtml 36:65 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped) Cron/GenerateFeed.php 21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)