Magento Coding Standard (PHPCS) report for qoliber/m2-catalog-generator ======================================================================= Package version: 2.0.0 | Magento: 2.4.9 | Tested: 2026-05-27 18 warnings in 11 files Service/CatalogGenerationService.php 63:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) Service/CleanUpService.php 85:19 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 106:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Data/Generators/CatalogRuleGenerator.php 66:214 warning Line exceeds 120 characters; contains 214 characters (Generic.Files.LineLength.TooLong) 67:211 warning Line exceeds 120 characters; contains 211 characters (Generic.Files.LineLength.TooLong) Data/Generators/CustomAttributeGenerator.php 59:19 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 77:31 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) Data/Generators/ProductGenerator.php 66:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 85:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) Console/CatalogGenerator.php 33:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Task/Command/CacheFlush.php 19:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 24:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Task/Command/AbstractMagentoCommand.php 19:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 24:21 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Task/Command/Reindex.php 21:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 22:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Task/Product/AssignToTypeCategoriesTask.php 199:13 warning $typeCategoryIds parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Task/AbstractTask.php 68:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)