Magento Coding Standard (PHPCS) report for speedsize/magento2-module ==================================================================== Package version: 1.4.13 | Magento: 2.4.9 | Tested: 2026-07-21 614 warnings in 29 files Plugin/Framework/View/Page/Config/Renderer.php 46:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 47:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 63:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) Plugin/Framework/App/View/Asset/Publisher.php 44:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 45:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 52:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 54:34 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 77:167 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong) Plugin/Widget/Model/Template/Filter.php 55:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) Plugin/Catalog/Helper/Image.php 55:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 56:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 68:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 69:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 78:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 79:8 warning ...$args parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 81:12 warning $args parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 86:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 87:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 99:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 99:54 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 109:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 113:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 114:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 133:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 150:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) Plugin/Catalog/Model/Product/Image/UrlBuilder.php 70:17 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 75:31 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 81:67 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 99:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 102:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 119:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) Plugin/Catalog/Block/Product/ImageFactory.php 71:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 74:17 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 79:53 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 85:67 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 105:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 108:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 127:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) Model/Api.php 95:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 100:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 107:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 109:200 warning Line exceeds 120 characters; contains 200 characters (Generic.Files.LineLength.TooLong) 116:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 117:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 123:15 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 150:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 163:183 warning Line exceeds 120 characters; contains 183 characters (Generic.Files.LineLength.TooLong) 167:29 warning The use of function sleep() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 170:25 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow) 176:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 180:29 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow) 180:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 209:223 warning Line exceeds 120 characters; contains 223 characters (Generic.Files.LineLength.TooLong) 213:19 warning Exceptions must not be handled in the same function where they are thrown. (Magento2.Exceptions.ThrowCatch.ThrowCatch) 214:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 216:25 warning The use of function sleep() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 224:11 warning Exceptions must not be handled in the same function where they are thrown. (Magento2.Exceptions.ThrowCatch.ThrowCatch) 225:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 233:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 237:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 238:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 245:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 254:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 260:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 261:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 276:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 282:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 283:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 289:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 298:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 306:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 312:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 321:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 327:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 328:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 334:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 339:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 344:13 warning Code after the THROW statement on line 342 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable) 344:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 350:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 351:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 357:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 367:13 warning Code after the THROW statement on line 365 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable) 367:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 375:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 376:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 382:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 383:13 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 385:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 386:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 395:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 396:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 403:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 404:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 413:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 414:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 420:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 421:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 422:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 431:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 432:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 438:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 439:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 440:162 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong) 449:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 450:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 456:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 457:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 458:172 warning Line exceeds 120 characters; contains 172 characters (Generic.Files.LineLength.TooLong) 467:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 468:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 474:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 475:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 476:176 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 485:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 486:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Parser/Html.php 19:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 20:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 34:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 35:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 40:12 warning Extra @param found in method annotation (Magento2.Annotation.MethodArguments.ExtraParam) Model/Parser/StaticFile.php 19:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 20:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 34:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 35:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 40:12 warning Extra @param found in method annotation (Magento2.Annotation.MethodArguments.ExtraParam) Model/Parser/CacheService.php 38:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 73:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 74:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 83:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 84:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 93:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 94:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 100:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 103:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 104:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 113:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 114:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 123:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 124:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 132:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 133:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 142:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 143:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 151:17 warning The use of function is_link() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Model/Parser/Css.php 37:21 warning Class constants must be uppercase; expected ALL_QUOTES_OR_PARENTHESES_WRAPPED_PATHS_PATTERN but found All_QUOTES_OR_PARENTHESES_WRAPPED_PATHS_PATTERN (Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase) 37:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong) 60:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 61:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 61:20 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 68:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 69:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 83:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 84:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 89:12 warning Extra @param found in method annotation (Magento2.Annotation.MethodArguments.ExtraParam) 109:21 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 118:164 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong) 127:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 128:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 148:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 149:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 160:25 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 169:17 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 204:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow) 208:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow) 211:28 warning The use of function dirname() is discouraged; use Magento\Framework\Filesystem\DriverInterface::getParentDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 228:11 warning Exceptions must not be handled in the same function where they are thrown. (Magento2.Exceptions.ThrowCatch.ThrowCatch) 231:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 237:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 238:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Parser/AbstractParser.php 23:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 25:262 warning Line exceeds 120 characters; contains 262 characters (Generic.Files.LineLength.TooLong) 27:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 29:220 warning Line exceeds 120 characters; contains 220 characters (Generic.Files.LineLength.TooLong) 67:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 68:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 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) 95:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 96:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 110:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 111:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 118:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 122:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 123:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 129:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 132:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 133:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 144:34 warning The use of function dirname() is discouraged; use Magento\Framework\Filesystem\DriverInterface::getParentDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 144:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 173:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 174:8 warning There must be exactly one blank line before tags (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) 222:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 225:27 warning The use of function dirname() is discouraged; use Magento\Framework\Filesystem\DriverInterface::getParentDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 266:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 267:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Config.php 42:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 44:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 45:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 48:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 49:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 50:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 51:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 52:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 53:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 69:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 131:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 136:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 137:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 144:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 145:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 153:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 154:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 162:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 163:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 171:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 172:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 180:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 181:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 189:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 190:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 201:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 215:13 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 219:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 220:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 224:12 warning $scopeId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 234:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 234:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 245:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 245:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 256:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 256:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 267:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 267:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 276:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 277:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 285:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 286:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 287:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 296:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 297:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 298:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 307:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 308:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 309:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 318:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 319:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 320:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 329:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 330:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 331:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 340:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 341:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 342:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 348:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 351:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 352:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 353:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 359:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 362:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 363:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 364:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 370:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 373:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 374:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 375:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 384:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 385:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 386:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 395:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 396:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 397:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 406:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 407:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 408:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 414:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) 417:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 418:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 421:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 426:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 427:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 439:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 440:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 443:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 457:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 460:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 479:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 482:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 495:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 496:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 499:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 512:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 513:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 525:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 526:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 527:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 546:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 547:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 548:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 567:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 567:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 578:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 578:22 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 583:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 588:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 589:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 590:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 595:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 599:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 602:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 603:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 604:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 613:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 614:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 615:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 627:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 628:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 633:12 warning $refresh parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 648:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 649:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 650:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 656:20 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 656:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 665:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 666:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 667:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 673:20 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 673:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 677:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 682:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 683:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 684:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 690:20 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 690:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 694:176 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 699:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 700:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 701:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 705:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 707:20 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 707:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 711:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 716:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 717:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 718:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 722:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 724:20 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 724:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 728:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 733:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 734:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 735:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 739:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 741:20 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 741:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 745:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 750:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 751:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 752:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 756:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 758:20 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 758:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 762:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 767:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 768:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 769:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 779:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 780:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 789:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 790:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 799:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 800:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 800:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 806:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 815:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 816:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 827:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 828:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 836:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 837:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 846:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 847:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 853:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 856:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 857:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 858:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 864:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 867:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 868:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 869:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 875:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 878:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 879:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 880:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 886:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 889:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 890:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 891:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 897:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 900:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 901:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 902:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 908:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 910:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 929:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 935:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 949:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 950:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 966:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 986:61 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge) Model/Logger/SpeedSizeHandler.php 25:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar) Model/Processor.php 66:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 67:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 75:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 76:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 89:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 90:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 101:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 101:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 128:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 132:12 warning $refresh parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 144:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 145:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 149:12 warning $refresh parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 153:17 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 165:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 166:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 174:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 175:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 185:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 186:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 196:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 197:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 222:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) Observer/View/BlockToHtmlAfter.php 46:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 48:12 warning {@inheritdoc} does not import parameter annotation (Magento2.Annotation.MethodArguments.InheritDoc) 66:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) Observer/ControllerSendResponseBefore.php 37:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 39:12 warning {@inheritdoc} does not import parameter annotation (Magento2.Annotation.MethodArguments.InheritDoc) 52:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 62:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) Observer/Config/SaveAfter.php 55:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 57:12 warning {@inheritdoc} does not import parameter annotation (Magento2.Annotation.MethodArguments.InheritDoc) 75:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow) 82:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow) Observer/CleanCacheAfter.php 36:12 warning $cacheService duplicate found in method annotation (Magento2.Annotation.MethodArguments.DuplicateParam) 36:12 warning $speedsizeConfig parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 45:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 47:12 warning {@inheritdoc} does not import parameter annotation (Magento2.Annotation.MethodArguments.InheritDoc) 53:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) etc/adminhtml/system.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) 19:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 20:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 21:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 22:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 23:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 24:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 28:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 29:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 30:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 31:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 32:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 33:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 34:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 35:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 37:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 39:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 40:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 41:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 42:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 43:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 44:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 45:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 46:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 48:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 49:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 50:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 51:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 52:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 54:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 55:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 56:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 57:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 58:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 59:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 60:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 61:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 69:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 70:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 71:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 72:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 73:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 74:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 75:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 76:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 77:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 78:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 79:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 80:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 81:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 83:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 84:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 85:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 86:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 87:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 88:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 89:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 90:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 91:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 92:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 93:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 94:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 97:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 98:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 99:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 100:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 101:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 102:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 103:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 104:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 105:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 106:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 107:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 108:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 109:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 110:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 113:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 114:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 116:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 117:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 118:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/module.xml 13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/acl.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) 19:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 20:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 21:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 22:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 23:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 24:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 25:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/di.xml 35:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 36:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 37:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 39:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 40:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 41:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 42:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 43:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 44:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 45:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 46:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 48:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/frontend/templates/snippet.phtml 30:1 warning Line exceeds 120 characters; contains 591 characters (Generic.Files.LineLength.TooLong) 31:1 warning Line exceeds 120 characters; contains 278 characters (Generic.Files.LineLength.TooLong) 32:1 warning Line exceeds 120 characters; contains 11083 characters (Generic.Files.LineLength.TooLong) 39:130 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 39:206 warning Line exceeds 120 characters; contains 207 characters (Generic.Files.LineLength.TooLong) 41:74 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/frontend/templates/speedsize_head_additional.phtml 19:159 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) Block/AbstractBlock.php 32:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 46:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 51:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 56:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 61:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Block/Adminhtml/System/Config/SpeedsizeClientId.php 30:191 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 32:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) Block/Adminhtml/System/Config/AbstractField.php 62:5 warning Annotation block is empty (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 100:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 101:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 109:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 110:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 118:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 119:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 127:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 128:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 137:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 138:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 146:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 147:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 155:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 156:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 164:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 165:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 170:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 173:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 174:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 179:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 182:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 183:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Snippet.php 17:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 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) 33:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 34:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)