Magento Coding Standard (PHPCS) report for magendoo/module-faq ============================================================== Package version: v2.0.1 | Magento: 2.4.9 | Tested: 2026-07-25 263 warnings in 48 files Model/QuestionSearchResults.php 26:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 34:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Model/Question.php 521:117 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) Model/Category.php 342:117 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) Model/CategorySearchResults.php 26:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 34:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Model/ResourceModel/Category/Collection.php 98:50 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 107:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) Model/TagSearchResults.php 34:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Observer/AskQuestionRecaptchaObserver.php 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) Console/Command/ReindexCommand.php 67:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Console/Command/ImportCommand.php 78:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 92:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 101:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 105:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 116:14 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 116:37 warning The use of function is_readable() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isReadable() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 121:15 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 127:20 warning The use of function fgetcsv() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 130:13 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 139:24 warning The use of function fgetcsv() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 166:9 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 172:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 173:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 177:13 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 215:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 216:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 220:13 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 261:13 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Console/Command/ExportCommand.php 51:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 59:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 64:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 68:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 72:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 83:16 warning The use of function dirname() is discouraged; use Magento\Framework\Filesystem\DriverInterface::getParentDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 84:14 warning The use of function is_dir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 85:13 warning The use of function mkdir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::createDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 88:15 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 100:9 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 106:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 107:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 109:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 117:9 warning The use of function fputcsv() is discouraged; use Magento\Framework\Filesystem\DriverInterface::filePutCsv() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 154:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 155:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 157:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 164:9 warning The use of function fputcsv() is discouraged; use Magento\Framework\Filesystem\DriverInterface::filePutCsv() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 225:17 warning The use of function fputcsv() is discouraged; use Magento\Framework\Filesystem\DriverInterface::filePutCsv() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) Ui/DataProvider/QuestionDataProvider.php 36:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 61:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Ui/DataProvider/CategoryDataProvider.php 36:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 61:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Ui/DataProvider/SearchLogDataProvider.php 36:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 61:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/Adminhtml/SearchLog/Index.php 33:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Controller/Adminhtml/Category/Index.php 33:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Controller/Adminhtml/Question/Index.php 33:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Controller/Router.php 108:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Controller/Question/Search.php 118:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Controller/Question/View.php 171:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) view/frontend/templates/hreflang.phtml 15:132 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/structured-data.phtml 16:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect) view/frontend/templates/question/search.phtml 21:131 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/question/ask-form.phtml 67:130 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/question/rating/average.phtml 15:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect) 16:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect) view/frontend/templates/product/questions.phtml 23:136 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/home.phtml 17:147 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) view/frontend/email/customer_answer_notification.html 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var question_title (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) view/frontend/web/css/source/_module.less 12:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 13:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 14:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 22:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 23:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 24:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 32:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 38:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 42:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 47:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 49:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 50:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 53:32 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 56:35 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 57:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 62:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 63:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 64:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 73:18 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 77:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 80:32 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 83:49 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 91:23 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 102:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 109:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 109:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 114:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 116:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 121:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 122:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 125:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 126:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 127:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 136:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 137:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 147:34 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 147:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 160:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 171:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 172:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 177:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 179:34 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 189:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 190:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 193:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 194:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 195:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 206:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 207:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 215:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 218:16 warning Add a line break after each selector delimiter (Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter) 224:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 225:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 226:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 230:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 233:18 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 238:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 238:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 244:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 246:25 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 252:42 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 252:66 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 252:83 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 252:92 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 255:35 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 260:26 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 264:24 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 272:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 273:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 279:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 280:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 296:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 303:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 307:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 310:24 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 317:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 317:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 321:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 322:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 323:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 328:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 332:18 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 337:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 338:30 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 345:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 347:25 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 348:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 351:42 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 351:66 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 351:83 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound) 351:92 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 355:35 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 355:42 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 360:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 361:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 362:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 366:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 367:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 368:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 372:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 373:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 374:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 378:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 379:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 380:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 384:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 385:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 386:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 390:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 391:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 392:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 406:34 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 406:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 417:24 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 428:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 430:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 436:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 438:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 441:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 442:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 443:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 455:34 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 455:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 463:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 468:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 469:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 479:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 480:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 485:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 488:35 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 494:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 495:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 496:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 501:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 501:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 508:16 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 508:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 529:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 529:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 535:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 539:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 540:25 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 541:35 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 544:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 546:39 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 546:46 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 552:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 559:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 564:31 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 570:24 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 571:33 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 585:33 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 593:21 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 594:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 595:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 600:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 600:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 604:20 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 610:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 611:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 612:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 617:18 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) view/adminhtml/email/admin_new_question.html 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var question_title (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) Api/Data/CategoryInterface.php 299:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) Block/Adminhtml/Question/Edit/SaveAndSendButton.php 24:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 25:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Widget/CategoriesList.php 79:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Widget/QuestionsList.php 75:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Widget/SearchBox.php 35:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Home.php 57:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/StructuredData.php 83:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 174:79 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 214:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 215:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 225:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 240:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 241:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Faq/Hreflang.php 68:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Breadcrumbs.php 36:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Search.php 63:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Category/View.php 70:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 207:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) Block/Faq/Canonical.php 71:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Question/SocialShare.php 54:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Question/Rating.php 48:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Question/View.php 54:42 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 63:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Question/AskForm.php 65:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Tag/Cloud.php 77:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Faq/Tag/View.php 66:37 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 83:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Block/Product/Questions.php 68:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 134:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)