Magento Coding Standard (PHPCS) report for clerk/magento2 ========================================================= Package version: 4.9.0 | Magento: 2.4.9 | Tested: 2026-08-10 84 errors, 1187 warnings in 75 files Helper/Image.php 42:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 48:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 62:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 67:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) Model/Api.php 41:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 43:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 43:12 warning $logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 58:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 82:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 101:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 129:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 132:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 149:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 151:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 152:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 152:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 153:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 154:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 157:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 171:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose) 172:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 172:13 warning Method name "Api::_curl_get" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps) 180:21 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 181:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 182:25 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 183:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 193:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 193:13 warning Method name "Api::_curl_post" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps) 197:21 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 198:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 200:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 201:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 203:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 204:25 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 205:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 222:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 244:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 245:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 288:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 369:29 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 388:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 491:1 warning Code must not contain multiple empty lines in a row; found 3 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 494:1 warning The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody) Model/Config.php 10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 11:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 12:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 13:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 21:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 22:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 24:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 25:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 25:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 26:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 27:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 28:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 28:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 30:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 30:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 35:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 41:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 42:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 43:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 44:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 45:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 46:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 47:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 48:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 53:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 54:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 55:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 56:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 57:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 58:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 63:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 64:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 65:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 66:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 67:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 68:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 69:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 70:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 71:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 72:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 77:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 78:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 79:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 80:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 85:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 86:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 91:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 92:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 93:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 98:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 99:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 100:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 105:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 106:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 107:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 112:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 113:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 114:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Adapter/AbstractAdapter.php 15:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 15:3 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 16:3 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 17:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 17:3 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 18:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 18:3 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 19:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 19:3 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 24:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 29:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 32:6 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 34:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 39:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 44:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 49:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 54:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 59:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 64:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 74:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 74:10 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 75:1 warning Multi-line function declaration not indented correctly; expected 6 spaces but found 4 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 76:1 warning Multi-line function declaration not indented correctly; expected 6 spaces but found 4 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 77:1 warning Multi-line function declaration not indented correctly; expected 6 spaces but found 4 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 78:1 warning Multi-line function declaration not indented correctly; expected 6 spaces but found 4 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 79:1 warning Multi-line function declaration not indented correctly; expected 6 spaces but found 4 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 80:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 81:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 82:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 83:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 84:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 85:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 86:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 87:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 92:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 94:3 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 95:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 95:6 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 96:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 97:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 98:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 99:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 100:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 101:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 104:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 105:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 106:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 108:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 109:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 110:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 111:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 113:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 115:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 117:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 119:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 121:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 122:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 124:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 125:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 126:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 128:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 130:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 132:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 134:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 135:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 137:3 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 138:6 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 140:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 140:22 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 145:6 warning $resourceItem parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 145:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 146:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 149:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 149:10 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 149:10 warning $scope parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 149:10 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 150:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 151:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 153:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 153:15 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 154:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 154:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 155:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 155:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 156:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 157:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 163:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 164:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 166:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 168:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 169:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 170:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 171:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 173:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 174:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 175:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 175:11 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 175:11 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 176:13 warning Line indented incorrectly; expected at least 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect) 177:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 178:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 179:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 180:1 warning Code must not contain multiple empty lines in a row; found 3 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 183:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 184:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 184:42 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 185:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 186:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 187:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 187:11 warning Expected "if (...) {\n"; found "if (...){\n" (PEAR.ControlStructures.ControlSignature.Found) 187:15 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 187:38 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace) 187:39 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 188:13 warning Line indented incorrectly; expected 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 189:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 190:17 warning Line indented incorrectly; expected at least 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 191:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 192:17 warning Line indented incorrectly; expected at least 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 193:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 194:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 194:15 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 194:15 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 195:17 warning Line indented incorrectly; expected at least 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 196:17 warning Line indented incorrectly; expected 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 196:17 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 196:17 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 196:42 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 197:19 warning Line indented incorrectly; expected at least 36 spaces, found 18 (Generic.WhiteSpace.ScopeIndent.Incorrect) 198:17 warning Line indented incorrectly; expected 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 199:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 200:13 warning Line indented incorrectly; expected 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 201:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 202:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 202:15 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 202:123 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace) 202:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 203:13 warning Line indented incorrectly; expected at least 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect) 203:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 204:13 warning Line indented incorrectly; expected at least 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect) 205:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 206:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 208:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 209:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 209:48 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 210:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 211:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 212:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 212:15 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 212:44 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace) 213:13 warning Line indented incorrectly; expected 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 214:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 215:17 warning Line indented incorrectly; expected at least 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 216:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 217:17 warning Line indented incorrectly; expected at least 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 218:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 219:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 219:15 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 219:15 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 220:17 warning Line indented incorrectly; expected at least 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 221:17 warning Line indented incorrectly; expected 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 221:17 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 221:17 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 221:42 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 222:19 warning Line indented incorrectly; expected at least 36 spaces, found 18 (Generic.WhiteSpace.ScopeIndent.Incorrect) 223:17 warning Line indented incorrectly; expected 32 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 225:15 warning Line indented incorrectly; expected 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 226:13 warning Line indented incorrectly; expected 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 227:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 229:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 229:15 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 229:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 230:13 warning Line indented incorrectly; expected at least 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect) 230:189 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong) 231:13 warning Line indented incorrectly; expected at least 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect) 232:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 234:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 235:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 237:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 237:7 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 237:7 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 237:61 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 238:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 239:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 242:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 242:7 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 242:7 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 242:88 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 243:11 warning Line indented incorrectly; expected 16 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 243:11 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 243:11 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 243:56 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 244:13 warning Line indented incorrectly; expected at least 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect) 245:11 warning Line indented incorrectly; expected 16 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 246:11 warning Line indented incorrectly; expected 16 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 246:11 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 246:11 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 246:66 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 247:13 warning Line indented incorrectly; expected at least 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect) 248:11 warning Line indented incorrectly; expected 16 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 249:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 252:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 252:7 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 252:7 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 252:58 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 253:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 254:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 254:167 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong) 255:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 255:9 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 255:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 255:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 255:32 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace) 255:33 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 256:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 256:11 warning Expected "foreach (...) {\n"; found "foreach(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 256:11 warning Expected 1 space after FOREACH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 256:44 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 257:13 warning Line indented incorrectly; expected 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 257:13 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 257:13 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 257:16 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 257:38 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace) 257:39 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 258:15 warning Line indented incorrectly; expected at least 28 spaces, found 14 (Generic.WhiteSpace.ScopeIndent.Incorrect) 259:13 warning Line indented incorrectly; expected 24 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 260:11 warning Line indented incorrectly; expected 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 261:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 262:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 263:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 265:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 266:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 268:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 270:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 271:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 278:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 279:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 280:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 281:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 286:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 288:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 288:10 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 289:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 290:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 291:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 296:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 299:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 300:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 301:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 302:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 303:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 305:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 306:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 311:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 312:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 315:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 316:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 317:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 318:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 323:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 325:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 326:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 327:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 328:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 333:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 336:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 337:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 338:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 339:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 347:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 348:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 349:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 350:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 351:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 352:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 353:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 354:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 359:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 360:6 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 363:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 364:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 365:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 367:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 369:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 369:7 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 369:7 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 369:67 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 370:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 372:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 373:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 373:9 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 373:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 373:28 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 374:11 warning Line indented incorrectly; expected at least 20 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 375:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 376:7 warning Line indented incorrectly; expected 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 378:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 380:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 382:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 383:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 392:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) Model/Adapter/Product.php 28:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 30:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 31:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 32:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 38:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 44:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 50:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 157:8 warning $taxRate parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 157:8 warning $getSalableQuantityDataBySku parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 158:8 warning $productRepository parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 158:8 warning $itemSource parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 162:12 warning $moduleManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 162:12 warning $objectManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 179:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 193:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 208:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 209:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 210:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 211:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 212:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 213:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 231:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 234:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 238:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 244:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 257:178 warning Line exceeds 120 characters; contains 178 characters (Generic.Files.LineLength.TooLong) 280:15 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 304:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 308:85 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 308:120 warning The use of function html_entity_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 308:193 warning Line exceeds 120 characters; contains 193 characters (Generic.Files.LineLength.TooLong) 317:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 346:197 warning Line exceeds 120 characters; contains 197 characters (Generic.Files.LineLength.TooLong) 354:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 357:40 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 369:167 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong) 399:198 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong) 407:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 410:40 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 422:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 451:197 warning Line exceeds 120 characters; contains 197 characters (Generic.Files.LineLength.TooLong) 459:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 462:40 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 474:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 502:198 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong) 510:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 513:40 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 525:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 529:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 534:36 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 547:40 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 577:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 596:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 600:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 606:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 615:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 619:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 625:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 632:181 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 635:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 703:38 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 710:43 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 712:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 721:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 722:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 726:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 754:38 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 761:43 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 763:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 772:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 773:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 777:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 793:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 794:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 829:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 841:15 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 847:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 859:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 864:13 error Identical operator === is not used for testing the return value of strpos function (Magento2.PHP.ReturnValueCheck.ImproperValueTesting) 874:15 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 876:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 881:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 893:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 900:57 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 900:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 910:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 919:59 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 919:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 928:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 936:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 937:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 974:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) Model/Config/Source/ImageType.php 21:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 23:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/Config/Source/Content.php 14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/Config/Source/PowerstepType.php 9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Config/Source/LoggerLevel.php 10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 11:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 12:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Config/Source/MultiselectFacetAttributes.php 22:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 55:31 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) Model/Config/Source/LoggerTo.php 9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Config/Source/Language.php 22:1 warning Multi-line function declaration not indented correctly; expected 4 spaces but found 8 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 23:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 167:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) Observer/SalesOrderCreditmemoSaveAfterObserver.php 30:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 45:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) Observer/ProductSaveAfterObserver.php 115:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 160:19 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 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) 175:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 180:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 189:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 190:176 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 196:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 202:17 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) Observer/ControllerActionLayoutRenderBeforeObserver.php 30:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 38:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 39:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/CheckoutCartUpdateItemsAfterObserver.php 42:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 42:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 50:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 51:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 56:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 72:25 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 74:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 75:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 76:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 77:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 78:17 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Observer/LayoutLoadBeforeObserver.php 29:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 30:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/ProductDeleteAfterDoneObserver.php 16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 16:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 17:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 18:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 29:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 33:1 warning Multi-line function declaration not indented correctly; expected 4 spaces but found 8 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 34:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 51:9 warning Expected "if (...) {\n"; found "if (...){\n" (PEAR.ControlStructures.ControlSignature.Found) 51:48 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 57:9 warning Expected "if (...) {\n"; found "if(...)\n {\n" (PEAR.ControlStructures.ControlSignature.Found) 57:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 57:41 warning Expected 1 space after closing parenthesis; found newline (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 59:13 warning Expected "if (...) {\n"; found "if(...)\n {\n" (PEAR.ControlStructures.ControlSignature.Found) 59:13 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 59:30 warning Expected 1 space after closing parenthesis; found newline (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 63:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 66:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 70:13 warning Expected 1 space after closing brace; newline found (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace) 71:13 warning Expected "} else {\n"; found "}\n else \n {\n" (PEAR.ControlStructures.ControlSignature.Found) 71:13 warning Expected 1 space after ELSE keyword; newline found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 71:17 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 73:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) Observer/CheckoutCartAddProductCompleteObserver.php 36:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 37:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 42:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) Controller/Page/Index.php 80:8 warning $logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 81:8 warning $clerk_logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 83:8 warning $pageHelper parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 84:8 warning $product_metadata parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 86:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 86:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 86:12 warning $searchCriteriaBuilderFactory parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 86:12 warning $moduleList parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 124:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 125:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 128:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 135:273 warning Line exceeds 120 characters; contains 273 characters (Generic.Files.LineLength.TooLong) 247:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 249:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 249:12 warning Method name "Index::ValidatePage" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps) 265:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Controller/Index.php 19:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) Controller/Formkey/Get.php 52:1 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany) Controller/Adminhtml/Widget/Index.php 22:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 67:8 warning $formSelect parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 68:8 warning $fieldElement parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 69:8 warning $fieldSet parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 70:8 warning $widgetChooser parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 71:8 warning $sourceModelPool parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 73:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 83:1 warning Multi-line function declaration not indented correctly; expected 4 spaces but found 8 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 84:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 97:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 98:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 124:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 157:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 249:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Controller/Adminhtml/Dashboard/Index.php 12:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/Adminhtml/Dashboard/Search.php 12:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/Adminhtml/Dashboard/Email.php 12:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/Adminhtml/Dashboard/Audience.php 12:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/Adminhtml/Dashboard/Recommendations.php 12:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 44:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) Controller/Subscriber/Index.php 30:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 31:8 warning $suscriberCollectionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 35:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 35:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 35:12 warning $logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 35:12 warning $moduleList parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 63:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 67:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 73:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 75:185 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong) 117:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Controller/Plugin/Index.php 18:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 20:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 27:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 28:8 warning $logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 29:8 warning $moduleList parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 32:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 32:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 32:12 warning $clerk_logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Controller/Powerstep/Popup.php 16:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 24:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 28:1 warning Multi-line function declaration not indented correctly; expected 4 spaces but found 8 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 29:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) Controller/AbstractAction.php 164:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 178:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 181:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 205:34 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 221:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 224:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 297:13 warning The use of function header() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 297:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 342:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 343:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 343:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 366:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 367:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 428:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 468:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 514:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 522:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 570:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 592:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 593:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 595:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 621:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose) 654:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose) 658:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 658:22 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 714:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 714:35 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 716:15 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 751:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 786:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 810:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 811:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 822:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Controller/Rotatekey/Index.php 97:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 127:24 warning The use of function intval() is discouraged; use (int) construction() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 138:85 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 156:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 167:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 175:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound) Controller/Product/Index.php 58:8 warning $logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 61:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 61:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 61:12 warning $clerk_logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 61:12 warning $taxHelper parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 91:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 92:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 117:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 123:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 134:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 135:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/Version/Index.php 42:8 warning $product_metadata parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 44:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 44:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 44:12 warning $clerk_logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Controller/Category/Index.php 76:8 warning $storeManager parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 77:8 warning $categoryCollectionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 78:8 warning $categoryFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 79:8 warning $logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 80:8 warning $pageCollectionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 81:8 warning $pageHelper parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 81:8 warning $categoryRepository parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 84:8 warning $product_metadata parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 85:8 warning $request_api parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 87:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 87:12 warning $clerk_logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 87:12 warning $moduleList parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 216:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 219:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 258:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 261:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) Controller/Customer/Index.php 70:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 71:8 warning $customerCollectionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 75:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 75:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 75:12 warning $logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 75:12 warning $moduleList parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 111:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 111:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 115:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 122:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 124:185 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong) 138:34 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 140:75 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 140:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 144:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 161:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 164:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 174:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 176:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 181:37 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 184:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 215:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 225:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 235:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Controller/Logger/ClerkLogger.php 30:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 50:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 54:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 66:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 72:8 warning $date parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 72:8 warning $logger parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 73:8 warning $configWriter parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 78:5 warning $moduleList parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 78:5 warning Visibility must be declared on method "__construct" (Squiz.Scope.MethodScope.Missing) 85:1 warning Multi-line function declaration not indented correctly; expected 4 spaces but found 8 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 86:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 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) 106:12 warning Method name "ClerkLogger::InitializeSearchPowerstep" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps) 109:9 warning Empty IF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedIf) 110:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 118:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 120:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 137:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 139:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 144:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 146:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 152:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 154:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 159:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 161:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 167:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 169:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 174:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 176:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 182:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 184:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 189:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 191:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 197:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 199:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 204:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 206:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 214:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 221:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 229:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 236:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 244:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 251:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 259:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 266:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 274:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 281:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 289:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 296:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 303:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 304:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 304:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 305:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 311:9 warning The use of function header() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 311:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 312:19 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 312:41 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 312:77 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 312:109 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 312:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 314:43 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 314:65 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 316:25 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 316:57 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 318:42 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 318:64 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 322:13 error Direct use of $_GET Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 324:35 error Direct use of $_GET Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 326:19 error Direct use of $_POST Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 328:35 error Direct use of $_POST Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 334:9 warning Empty IF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedIf) 337:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 339:13 warning Empty IF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedIf) 355:29 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 357:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 358:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 359:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 360:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 362:45 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 370:21 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 381:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 382:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 382:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 383:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 389:9 warning The use of function header() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 389:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 390:19 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 390:41 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 390:77 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 390:109 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 390:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 392:43 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 392:65 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 394:25 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 394:57 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 396:42 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 396:64 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 400:13 error Direct use of $_GET Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 402:35 error Direct use of $_GET Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 404:19 error Direct use of $_POST Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 406:35 error Direct use of $_POST Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 412:9 warning Empty IF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedIf) 413:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 430:25 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 432:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 433:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 434:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 435:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 437:41 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 445:17 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 455:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 456:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 456:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 457:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 463:9 warning The use of function header() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 463:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 464:19 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 464:41 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 464:77 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 464:109 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 464:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 466:43 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 466:65 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 468:25 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 468:57 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 470:42 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 470:64 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 474:13 error Direct use of $_GET Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 476:35 error Direct use of $_GET Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 478:19 error Direct use of $_POST Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 480:35 error Direct use of $_POST Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError) 486:9 warning Empty IF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedIf) 487:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 491:13 warning Empty IF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedIf) 492:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 509:29 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 511:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 512:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 513:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 514:21 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 516:45 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 524:21 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 535:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 535:12 warning Method name "ClerkLogger::LogToFile" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps) 538:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 542:9 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 543:9 warning The use of function file_put_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Controller/Cart/Added.php 14:8 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar) 29:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 33:1 warning Multi-line function declaration not indented correctly; expected 4 spaces but found 8 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 34:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace) 39:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) Controller/Getconfig/Index.php 39:8 warning $product_metadata parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 41:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 41:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 41:12 warning $clerk_logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 103:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 105:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 106:164 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong) 107:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 108:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 109:194 warning Line exceeds 120 characters; contains 194 characters (Generic.Files.LineLength.TooLong) 110:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 111:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 112:194 warning Line exceeds 120 characters; contains 194 characters (Generic.Files.LineLength.TooLong) 113:206 warning Line exceeds 120 characters; contains 206 characters (Generic.Files.LineLength.TooLong) 114:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 116:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 117:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 118:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 121:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 122:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 124:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 126:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 127:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 129:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 131:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 132:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 133:162 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong) 134:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 136:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 137:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 138:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 139:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 141:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 142:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 143:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 144:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 145:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 147:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 149:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 150:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 152:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 153:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 157:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 161:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 165:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) Controller/Order/Index.php 54:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 54:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 54:12 warning $logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 54:12 warning $moduleList parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 99:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 167:15 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Controller/Setconfig/Index.php 61:8 warning $scopeConfig parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 67:8 warning $product_metadata parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 69:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 69:12 warning $ScopeConfigInterface parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 69:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 69:12 warning $clerk_logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 69:12 warning $configWriter parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 110:24 warning The use of function intval() is discouraged; use (int) construction() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 133:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 137:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 141:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 145:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 149:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 153:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 157:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 161:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 165:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 171:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 175:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 179:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 190:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 233:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 237:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 252:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 272:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 280:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 303:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 329:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 344:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 384:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 398:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 405:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) Controller/Checkout/Cart/Add.php 17:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) view/frontend/templates/result.phtml 4:7 warning Short echo tag syntax must be used; expected "