Magento Coding Standard (PHPCS) report for brosolutions/quick-order =================================================================== Package version: 1.1.0 | Magento: 2.4.9 | Tested: 2026-07-21 118 warnings in 11 files Service/GetProductsData.php 25:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 26:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 26:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 29:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 65:30 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge) Service/FilterProducts.php 25:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 26:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 56:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 57:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 78:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 79:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 112:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 113:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 138:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 139:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 148:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 150:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 151:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 184:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 185:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 194:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 202:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 203:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 219:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 220:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 220:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 221:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 239:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 240:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Service/CsvProductParser.php 29:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 44:14 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 48:19 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 53:19 warning The use of function fgetcsv() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 61:24 warning The use of function fgetcsv() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 113:9 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) Service/FileUploader.php 72:122 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) Model/ProductManagement.php 229:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 259:55 warning The use of function html_entity_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 376:9 warning This comment is 84% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found) 408:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) etc/frontend/routes.xml 13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/webapi.xml 13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/di.xml 13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) Controller/Index/GetList.php 76:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 77:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/Index/UploadCsv.php 136:20 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 156:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/index.phtml 118:1 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 138:121 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 211:1 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 354:1 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 358:1 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 380:1 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 391:1 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 394:1 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 397:1 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 403:1 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 483:1 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong) 488:1 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 497:1 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong) 558:1 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 561:1 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 589:1 warning Line exceeds 120 characters; contains 202 characters (Generic.Files.LineLength.TooLong) 636:1 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 645:1 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 809:1 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong) 911:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 924:1 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 952:1 warning Line exceeds 120 characters; contains 175 characters (Generic.Files.LineLength.TooLong) 955:1 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 1013:1 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 1018:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 1139:1 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 1197:1 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 1202:1 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 1207:1 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 1228:1 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 1249:1 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 1273:1 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 1296:1 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 1310:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 1311:1 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 1312:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 1319:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1320:1 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 1321:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1322:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1326:1 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 1327:1 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 1334:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 1338:1 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 1339:1 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 1551:1 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 1648:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1652:1 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 1721:1 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 1723:1 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 1730:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1798:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1811:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1820:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1825:1 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 1928:1 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 1934:1 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 1940:1 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 2135:74 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 2140:75 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 2160:1 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)