Magento Coding Standard (PHPCS) report for qoliber/m2-datapatchcreator ====================================================================== Package version: 2.0.0 | Magento: 2.4.9 | Tested: 2026-05-27 63 warnings in 22 files Converters/ObjectToString.php 19:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 34:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 47:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Helper/Output.php 46:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 65:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 74:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 86:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 109:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Model/ImagesSync/LocalFile.php 34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/ImagesSync/NoSync.php 20:12 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 27:12 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) Model/ImagesSync/ImageSync.php 21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/ImagesSync/ImageSyncInterface.php 18:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 23:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Model/DataPatchExport/DataPatchExportInterface.php 19:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 46:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 56:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Model/DataPatchExport/AbstractExport.php 82:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 115:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 143:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 161:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 254:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 267:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Model/DataPatchExport/CatalogRule.php 42:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/DataPatchExport/CmsPage.php 46:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/DataPatchExport/CmsBlock.php 45:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/DataPatchExport/ProductAttribute.php 70:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 119:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 161:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 180:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 195:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 219:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Model/DataPatchExport/SalesRule.php 60:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 153:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) etc/adminhtml/di.xml 14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) Controller/Adminhtml/Export/AbstractController.php 35:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 65:17 warning CASE statements must be defined using a colon (PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase) 71:17 warning CASE statements must be defined using a colon (PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase) 78:17 warning DEFAULT statements must be defined using a colon (PSR2.ControlStructures.SwitchDeclaration.WrongOpenerdefault) Controller/Adminhtml/MassExport/AbstractController.php 35:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 65:17 warning CASE statements must be defined using a colon (PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase) 73:17 warning CASE statements must be defined using a colon (PSR2.ControlStructures.SwitchDeclaration.WrongOpenercase) 84:17 warning DEFAULT statements must be defined using a colon (PSR2.ControlStructures.SwitchDeclaration.WrongOpenerdefault) view/adminhtml/templates/product/attribute_mass_action.phtml 25:46 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 28:48 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 30:37 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 43:66 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 50:33 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 51:42 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 55:37 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 58:37 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 62:33 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 65:33 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 105:34 warning Using escapeJs on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) Block/Adminhtml/Page/Edit/ExportToDataPatch.php 39:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Block/Adminhtml/Product/Attribute/Edit.php 16:5 warning Annotation block is empty (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 38:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Block/Adminhtml/SalesRule/Edit/Export.php 17:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 18:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Adminhtml/CatalogRule/Edit/Export.php 17:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 18:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 30:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) Block/Adminhtml/Block/Edit/ExportToDataPatch.php 40:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)