Magento Coding Standard (PHPCS) report for payone-gmbh/magento-2
================================================================
Package version: 3.17.2 | Magento: 2.4.9 | Tested: 2026-06-03
537 errors, 2313 warnings in 432 files
Service/V1/Addresscheck.php
62:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
125:94 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
165:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
165:125 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
167:95 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
188:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
Service/V1/EditAddress.php
44:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Service/V1/AmazonPay.php
47:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
134:8 warning $createCheckoutSessionPayload parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
135:8 warning $payment parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
137:8 warning $cartManagement parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
138:8 warning $orderHelper parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
139:8 warning $checkoutHelper parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
141:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
141:12 warning $setOrderReferenceDetails parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
141:12 warning $paymentv2 parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
198:77 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
205:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
217:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
269:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
277:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Service/V1/Data/RatepayConfigResponse.php
34:96 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
Service/V1/Data/InstallmentPlanResponse.php
34:98 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Service/V1/Data/EditAddressResponse.php
34:94 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Service/V1/Data/KlarnaHandlerResponse.php
34:96 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
Service/V1/Data/AddresscheckResponse.php
34:95 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Service/V1/KlarnaHandler.php
60:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
113:19 warning Expected "} elseif (...) {\n"; found "} elseif(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
113:19 warning Expected 1 space after ELSEIF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
Service/V1/ClickToPay.php
47:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Service/V1/InstallmentPlan.php
161:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
166:27 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
188:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
218:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
250:241 warning Line exceeds 120 characters; contains 241 characters (Generic.Files.LineLength.TooLong)
252:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
285:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
344:96 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
364:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
365:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
370:21 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
371:9 warning Expected "foreach (...) {\n"; found "foreach(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
371:9 warning Expected 1 space after FOREACH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
386:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
391:29 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
396:13 warning Expected "for (...) {\n"; found "for(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
396:13 warning Expected 1 space after FOR keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
397:17 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
397:17 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
398:29 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
400:29 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
407:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
407:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
Service/V1/PayPal.php
47:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
117:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
125:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Helper/Api.php
37:4 warning Tag @category MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
38:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
39:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
158:30 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
290:60 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
291:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
300:96 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
301:27 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
304:122 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
320:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
329:8 warning $oQuote parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
332:12 warning $oOrder parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
335:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
350:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
365:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Helper/Addresscheck.php
45:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
48:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
Helper/AmastyGiftcard.php
47:8 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
59:30 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
62:63 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
62:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
66:198 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong)
Helper/Payment.php
200:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
226:56 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
246:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
256:173 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong)
281:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
327:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
328:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
329:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
348:88 warning Each PHP statement must be on a line by itself (Generic.Formatting.DisallowMultipleStatements.SameLine)
Helper/Script.php
41:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
68:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
79:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
83:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
88:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
Helper/Ratepay.php
62:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
208:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
219:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
219:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
233:16 error The use of function md5() is forbidden; use improved hash functions (SHA-256, SHA-512 etc.)() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
275:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
280:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
292:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
301:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
312:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
396:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
Helper/ApplePay.php
84:13 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Helper/ConfigExport.php
101:27 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
173:55 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Helper/Order.php
54:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
140:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
204:13 warning This comment is 86% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found)
Helper/Connection/Fsockopen.php
80:33 warning The use of function fread() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
81:71 warning The use of function feof() is discouraged; use Magento\Framework\Filesystem\DriverInterface::endOfFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
83:17 warning The use of function feof() is discouraged; use Magento\Framework\Filesystem\DriverInterface::endOfFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
84:28 warning The use of function fgets() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
122:20 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
122:20 warning The use of function stream_context_create() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
125:23 error Silencing errors is discouraged; found: @stream_socket_client( ... (Generic.PHP.NoSilencedErrors.Discouraged)
125:24 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
125:24 warning The use of function stream_socket_client() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
135:13 warning The use of function fwrite() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileWrite() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
138:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
Helper/Connection/CurlPhp.php
62:18 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
63:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
64:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
65:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
66:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
67:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
68:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
69:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
72:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
75:20 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
76:13 warning The use of function curl_error() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
77:65 warning The use of function curl_errno() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
77:89 warning The use of function curl_error() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Helper/Connection/CurlCli.php
41:13 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
41:51 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
60:22 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
69:38 warning The use of function escapeshellarg() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
72:64 warning The use of function escapeshellarg() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
72:95 warning The use of function escapeshellarg() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
75:9 error The use of function exec() is forbidden; use \Magento\Framework\Shell::execute() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
Helper/HostedIframe.php
186:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
190:60 warning Opening brace must be the last content on the line (Squiz.Functions.MultiLineFunctionDeclaration.ContentAfterBrace)
190:82 warning Closing brace must be on a line by itself (Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore)
190:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
190:137 warning Each PHP statement must be on a line by itself (Generic.Formatting.DisallowMultipleStatements.SameLine)
Helper/Environment.php
77:65 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
98:36 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
Helper/Consumerscore.php
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
97:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
133:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
214:59 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Helper/Country.php
41:22 warning The static declaration must come after the visibility declaration (PSR2.Classes.PropertyDeclaration.StaticBeforeVisibility)
101:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
127:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Helper/Customer.php
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
46:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Helper/Toolkit.php
87:69 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
96:22 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge)
165:99 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
169:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
194:9 warning Avoid function calls in a FOR loop test part (Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed)
216:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
221:87 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
251:9 error The use of function assert() is forbidden (Magento2.Security.InsecureFunction.Found)
254:20 warning The use of function chr() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
256:20 warning The use of function chr() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
264:86 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Helper/Database.php
192:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
283:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
283:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
283:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
Helper/Base.php
77:43 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
109:81 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
118:30 warning Line exceeds 120 characters; contains 190 characters (Generic.Files.LineLength.TooLong)
166:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
188:16 error The use of function serialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::serialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
191:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
192:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
200:16 error The use of function unserialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::unserialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
Helper/Request.php
98:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
Helper/Checkout.php
160:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
167:18 error The use of function md5() is forbidden; use improved hash functions (SHA-256, SHA-512 etc.)() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
Model/ConfigProvider.php
105:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
112:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
187:62 error Proxies and interceptors MUST never be explicitly requested in constructors. (Magento2.Classes.DiscouragedDependencies.ConstructorProxyInterceptor)
213:8 warning $sCode parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
216:15 warning $oMethodInstance parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
230:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
233:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
234:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
235:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
257:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
258:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
259:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
260:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
265:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
266:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
267:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
268:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
270:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
272:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
278:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
279:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
337:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
344:46 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
385:177 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong)
386:185 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong)
387:173 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong)
390:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
391:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
392:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
395:175 warning Line exceeds 120 characters; contains 175 characters (Generic.Files.LineLength.TooLong)
396:183 warning Line exceeds 120 characters; contains 183 characters (Generic.Files.LineLength.TooLong)
397:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong)
Model/ApplePay/SessionHandler.php
61:17 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
80:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
93:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
97:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
111:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
126:26 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
Model/Risk/Addresscheck.php
81:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
88:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
317:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/PayoneConfig.php
35:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39: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)
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)
51:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
52: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)
59:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
60:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
61:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
62: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)
73:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
74:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
75:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
76: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)
81:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
82:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
83:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
84: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)
87:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
88:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
89:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
90: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)
94:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
95:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
96:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
97: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)
101:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
104: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)
108:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
110:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Exception/FilterMethodListException.php
37:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
74:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Model/Handler/Cancellation.php
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
46:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
74:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
116:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
117:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
130:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
150:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
152:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
Model/Handler/TransactionStatus.php
149:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
Model/Handler/SubstituteOrder.php
34:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
48:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
83:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
138:44 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
170:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
190:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
201:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Model/Entities/TransactionStatus.php
73:22 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
107:29 error The use of function unserialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::unserialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
108:15 warning Expected 1 space after CATCH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
110:33 error The use of function unserialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::unserialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
Model/Entities/ApiLog.php
73:22 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
105:29 error The use of function unserialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::unserialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
106:15 warning Expected 1 space after CATCH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
108:33 error The use of function unserialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::unserialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
Model/TransactionStatus/Forwarding.php
112:11 warning Expected 1 space after CATCH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
126:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
127:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
131:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
131:2 warning Line indented incorrectly; expected at least 8 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
134:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
Model/Export/Xml.php
32:4 warning Tag @category MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
33:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
34:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
119:43 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/TransactionStatusRepository.php
64:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
65:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
65:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/ResourceModel/CheckedAddresses.php
120:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/RatepayProfileConfig.php
118:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
119:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
120:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
121:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
130:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
131:189 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong)
132:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
133:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
134:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
135:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
138:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
139:215 warning Line exceeds 120 characters; contains 215 characters (Generic.Files.LineLength.TooLong)
140:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
141:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
142:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
143:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
144:195 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
144:199 warning Line exceeds 120 characters; contains 199 characters (Generic.Files.LineLength.TooLong)
145:197 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
145:201 warning Line exceeds 120 characters; contains 201 characters (Generic.Files.LineLength.TooLong)
146:211 warning Line exceeds 120 characters; contains 211 characters (Generic.Files.LineLength.TooLong)
147:227 warning Line exceeds 120 characters; contains 227 characters (Generic.Files.LineLength.TooLong)
148:219 warning Line exceeds 120 characters; contains 219 characters (Generic.Files.LineLength.TooLong)
149:219 warning Line exceeds 120 characters; contains 219 characters (Generic.Files.LineLength.TooLong)
150:221 warning Line exceeds 120 characters; contains 221 characters (Generic.Files.LineLength.TooLong)
151:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
152:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
167:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong)
168:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong)
169:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
170:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
171:178 warning Line exceeds 120 characters; contains 178 characters (Generic.Files.LineLength.TooLong)
172:178 warning Line exceeds 120 characters; contains 178 characters (Generic.Files.LineLength.TooLong)
173:184 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
174:184 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
211:8 warning $sMethodCode parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
219:12 warning $sRatepayMethodIdentifier parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
219:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
235:9 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
236:9 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/TransactionStatus.php
147:23 error The use of function serialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::serialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
162:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/ApiLog.php
115:9 warning Avoid function calls in a FOR loop test part (Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed)
172:34 error The use of function serialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::serialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
173:35 error The use of function serialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::serialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
Model/ResourceModel/SavedPaymentData.php
79:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
80:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
193:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
238:206 warning Line exceeds 120 characters; contains 206 characters (Generic.Files.LineLength.TooLong)
Model/Logger/ForwardingLogger.php
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Paypal/ReturnHandler.php
42:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
135:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
136:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
143:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
Model/Plugins/CustomerManagementPlugin.php
38:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
46:93 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
56:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/CreditmemoService.php
64:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
65:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
80:11 warning Expected 1 space after CATCH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
96:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Model/Plugins/ShippingInformationManagement.php
25:83 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
37:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/WebapiErrorProcessor.php
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
43:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Model/Plugins/GuestCheckoutLayoutProcessor.php
64:83 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
70:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
85:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
106:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
107:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
107:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
136:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
137:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
137:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
159:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
190:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
191:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
211:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
212:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Plugins/MethodList.php
50:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
57:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
143:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
259:206 warning Line exceeds 120 characters; contains 206 characters (Generic.Files.LineLength.TooLong)
296:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
303:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/BillingAddressManagement.php
74:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/QuoteValidator.php
46:110 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
Model/Plugins/ShippingAddressManagement.php
75:7 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
83:89 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/PaymentHelper.php
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
111:8 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/PaymentInformationManagement.php
93:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/GuestPaymentInformationManagement.php
95:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/State.php
47:71 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
53:8 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
64:86 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
65:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
71:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
76:13 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong)
77:13 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
78:13 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
79:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
81:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
84:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
Model/Plugins/GenerateGiftCardAccountsInvoice.php
41:8 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:75 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
64:167 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong)
65:28 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
67:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
75:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
77:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
80:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
82:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Model/Config/Export.php
34:4 warning Tag @category MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
35:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
36:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
149:189 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong)
150:210 warning Line exceeds 120 characters; contains 210 characters (Generic.Files.LineLength.TooLong)
168:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
170:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
171:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
172:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
173:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
178:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
179:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
194:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
195:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
196:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
197:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
198:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
199:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
218:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
219:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
220:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
221:180 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong)
222:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong)
223:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
224:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
225:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
226:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
227:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
228:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
229:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
230:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
231:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
232:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
233:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
234:164 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong)
235:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
236:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
237:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
238:178 warning Line exceeds 120 characters; contains 178 characters (Generic.Files.LineLength.TooLong)
239:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
268:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
272:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Model/Config/Backend/SerializedOrJson.php
64:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
65:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
75:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
76:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
88:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Model/UiComponent/DataProvider.php
72:50 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
73:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
Model/Api/Invoice.php
37:4 warning Tag @category MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
38:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
39:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
131:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
132:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
139:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
140:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
166:131 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong)
170:117 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong)
172:98 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong)
188:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
201:146 warning Line exceeds 120 characters; contains 190 characters (Generic.Files.LineLength.TooLong)
213:86 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
232:96 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
237:100 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
242:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
254:145 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong)
256:56 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
282:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
286:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
286:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
290:9 warning Expected "foreach (...) {\n"; found "foreach(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
290:9 warning Expected 1 space after FOREACH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
297:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
299:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
329:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
334:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
346:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
347:111 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
355:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
356:96 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
363:121 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
364:103 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
380:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
386:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
391:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
396:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
397:17 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
400:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
406:124 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
409:127 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
412:102 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
427:9 warning Avoid function calls in a FOR loop test part (Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed)
435:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
438:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
442:21 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
445:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
453:131 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
455:110 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
463:53 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
473:66 warning The use of function strval() is discouraged; use (string) construction() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
475:20 warning The use of function intval() is discouraged; use (int) construction() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
482:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Model/Api/Request/Getfile.php
74:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
74:21 warning The use of function stream_context_create() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
75:21 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
82:107 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Addresscheck.php
39:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
64:7 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
65:13 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
147:80 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
157:116 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Authorization.php
38:4 warning Tag @category MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
39:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
40:4 warning Tag @author MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
48:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
90:58 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
107:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
110:125 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
131:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
136:197 warning Line exceeds 120 characters; contains 197 characters (Generic.Files.LineLength.TooLong)
151:140 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
158:117 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
168:50 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
192:77 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Debit.php
110:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
160:50 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
202:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Consumerscore.php
85:73 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
115:115 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
129:79 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
136:89 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
Model/Api/Request/AddressRequest.php
111:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
125:9 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Capture.php
104:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Base.php
161:34 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
168:125 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
169:135 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
170:165 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
269:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
389:119 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/UpdateCheckoutSession.php
56:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/StartSession.php
38:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
71:37 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
87:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/CancelOrderReference.php
80:33 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Api/Request/Genericpayment/UpdateOrder.php
13:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
45:37 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
62:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
65:166 warning Line exceeds 120 characters; contains 250 characters (Generic.Files.LineLength.TooLong)
74:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Model/Api/Request/Genericpayment/GetCheckoutSession.php
56:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/CreateCheckoutSessionPayload.php
55:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/GetOrderReferenceDetails.php
47:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/Calculation.php
56:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
73:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
85:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/PayPalExpress.php
40:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
72:37 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
88:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
98:174 warning Line exceeds 120 characters; contains 258 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/SetOrderReferenceDetails.php
47:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/InstallmentOptions.php
70:37 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
88:116 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Api/Request/Genericpayment/ConfirmOrderReference.php
80:33 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
105:8 warning $sWorkorderId parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
106:8 warning $sAmazonReferenceId parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
110:12 warning Extra @param found in method annotation (Magento2.Annotation.MethodArguments.ExtraParam)
Model/Api/Request/Genericpayment/PreCheck.php
47:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
Model/Api/Payolution/PrivacyDeclaration.php
50:1 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong)
54:1 warning Line exceeds 120 characters; contains 329 characters (Generic.Files.LineLength.TooLong)
55:1 warning Line exceeds 120 characters; contains 660 characters (Generic.Files.LineLength.TooLong)
57:1 warning Line exceeds 120 characters; contains 336 characters (Generic.Files.LineLength.TooLong)
65:1 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong)
68:1 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
72:1 warning Line exceeds 120 characters; contains 845 characters (Generic.Files.LineLength.TooLong)
73:1 warning Line exceeds 120 characters; contains 256 characters (Generic.Files.LineLength.TooLong)
75:1 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
76:1 warning Line exceeds 120 characters; contains 2035 characters (Generic.Files.LineLength.TooLong)
77:1 warning Line exceeds 120 characters; contains 248 characters (Generic.Files.LineLength.TooLong)
78:1 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
79:1 warning Line exceeds 120 characters; contains 282 characters (Generic.Files.LineLength.TooLong)
80:1 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
149:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
155:17 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Ratepay/Invoice.php
55:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Model/Methods/Ratepay/RatepayBase.php
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)
78:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
123:8 warning $paymentBan parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
124:8 warning $resource parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
125:8 warning $resourceCollection parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
126:8 warning $data parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
129:12 warning Extra @param found in method annotation (Magento2.Annotation.MethodArguments.ExtraParam)
129:12 warning $apiHelper duplicate found in method annotation (Magento2.Annotation.MethodArguments.DuplicateParam)
152:303 warning Line exceeds 120 characters; contains 303 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Ratepay/Installment.php
90:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
122:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
Model/Methods/PaypalV2.php
88:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
89:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
106:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
107:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Methods/Paypal.php
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)
Model/Methods/ApplePay.php
121:303 warning Line exceeds 120 characters; contains 303 characters (Generic.Files.LineLength.TooLong)
154:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
173:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
183:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
184:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
185:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Creditcard.php
50:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Model/Methods/CashOnDelivery.php
63:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Model/Methods/PayoneMethod.php
62:41 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
122:50 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
145:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
157:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
170:50 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
188:58 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
322:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
458:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
459:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
492:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Debit.php
50:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
57:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
105:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
Model/Methods/BaseMethod.php
50:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
57:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
296:164 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong)
380:59 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Methods/BNPL/BNPLBase.php
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)
46:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
115:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
133:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
134:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
224:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Klarna/KlarnaBase.php
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)
95:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
107:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
140:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Payolution/Invoice.php
67:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Payolution/PayolutionBase.php
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)
92:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
140:303 warning Line exceeds 120 characters; contains 303 characters (Generic.Files.LineLength.TooLong)
192:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
Model/Methods/Payolution/Installment.php
102:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Model/Methods/SafeInvoice.php
120:303 warning Line exceeds 120 characters; contains 303 characters (Generic.Files.LineLength.TooLong)
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)
Model/Methods/GooglePay.php
131:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
132:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
144:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
145:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
152:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
168:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Model/Methods/CreditcardV2.php
50:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
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)
104:9 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
123:11 warning Expected "} elseif (...) {\n"; found "} elseif(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
123:11 warning Expected 1 space after ELSEIF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
123:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
127:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
133:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
134:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
139:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
145:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
147:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
152:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
154:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
155:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
164:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
165:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Methods/OnlineBankTransfer/Bancontact.php
49:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Model/Methods/OnlineBankTransfer/OnlineBankTransferBase.php
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39: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)
51:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Model/Methods/OnlineBankTransfer/Eps.php
120:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
130:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Methods/OnlineBankTransfer/Ideal.php
50:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Model/Methods/Wero.php
49:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
102:62 warning Expected 1 space before logical operator; 11 found (Squiz.WhiteSpace.LogicalOperatorSpacing.TooMuchSpaceBefore)
102:141 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
Model/Methods/AmazonPayV2.php
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
83:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
94:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
95:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
115:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
116:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
123:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
124:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
131:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
132:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
139:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
140:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
164:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
165:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
223:50 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
233:204 warning Line exceeds 120 characters; contains 204 characters (Generic.Files.LineLength.TooLong)
239:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
241:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
242:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/System/Config/Backend/Upload.php
42: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)
66:17 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
67:17 warning The use of function unlink() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
99:14 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
100:13 warning The use of function mkdir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::createDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
102:9 warning The use of function move_uploaded_file() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Source/CreditratingIntegrationEvent.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Source/AddressCheckType.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39: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)
Model/Source/ApplePayTypes.php
60:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Source/Currency.php
59:120 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Source/HandleResponseError.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Source/CreditcardTypes.php
42:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
43:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
44:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
45:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
46:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
47:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
55:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Source/CreditScore.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Source/GuaranteeTime.php
27:9 warning Expected "for (...) {\n"; found "for(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
27:9 warning Expected 1 space after FOR keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
Model/Source/PersonStatus.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39: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)
59:43 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
63:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
67:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
71:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
75:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
79:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
83:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
87:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
91:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
95:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
99:42 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
Model/Source/CreditratingCheckType.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
39:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Observer/CancelOrder.php
56:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
57:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Observer/AddPaypalExpressButtons.php
64:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
71:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
75:19 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Observer/CheckoutSubmitBefore.php
51:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
148:139 warning Line exceeds 120 characters; contains 202 characters (Generic.Files.LineLength.TooLong)
155:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
156:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
161:110 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong)
162:136 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong)
196:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
219:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
Observer/PaymentMethodAssignData.php
64:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
Observer/AddAmazonPayButton.php
60:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
66:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
67:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
74:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
75:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
98:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong)
102:19 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Observer/PaymentSystemConfigChanged.php
65:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Observer/Transactionstatus/Paid.php
102:13 warning The use of function sleep() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
123:13 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
131:75 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
Observer/Transactionstatus/Appointed.php
47:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
153:191 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong)
Setup/Tables/PaymentBan.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Setup/Tables/Api.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Setup/Tables/CheckedAddresses.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Setup/Tables/RatepayProfileConfig.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
46:202 warning Line exceeds 120 characters; contains 202 characters (Generic.Files.LineLength.TooLong)
47:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
47:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
48:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
48:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
49:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
49:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
50:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
50:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
51:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
51:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
52:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
52:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
53:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
53:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
54:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
54:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
55:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
55:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
56:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
56:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
57:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
57:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
58:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
58:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
59:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
59:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
60:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
60:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
61:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
61:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
62:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
62:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
63:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
63:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
64:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
64:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
65:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
65:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
66:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
66:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
67:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
67:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
68:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
68:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
69:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
69:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
70:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
70:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
71:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
71:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
72:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
72:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
73:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
73:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
74:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
74:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
75:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
75:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
76:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
76:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
77:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
77:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
78:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
78:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
79:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
79:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
80:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
80:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
81:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
81:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
82:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
82:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
83:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
83:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
84:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
84:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
85:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
85:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
86:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
86:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
87:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
87:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
88:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
88:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
89:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
89:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
90:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
90:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
91:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
91:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
92:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
92:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
93:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
93:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
94:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
94:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
95:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
95:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
96:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
96:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
97:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
97:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
98:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
98:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
99:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
99:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
100:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
100:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
101:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
101:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
102:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
102:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
103:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
103:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
104:155 warning TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL" (Generic.PHP.LowerCaseConstant.Found)
104:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
Setup/Tables/Transactionstatus.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Setup/Tables/SavedPaymentData.php
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Setup/InstallSchema.php
1:1 error InstallSchema scripts are obsolete. Please use declarative schema approach in module's etc/db_schema.xml file (Magento2.Legacy.InstallUpgrade.ObsoleteInstallSchemaScript)
Setup/UpgradeData.php
1:1 error UpgradeData scripts are obsolete. Please use data patches approach in module's Setup/Patch/Data dir (Magento2.Legacy.InstallUpgrade.ObsoleteUpgradeDataScript)
45:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
48:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
141:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
149:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
157:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
165:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
229:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
251:70 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
275:71 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
309:23 error The use of function unserialize() is forbidden; use \Magento\Framework\Serialize\SerializerInterface::unserialize() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
405:8 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
Setup/InstallData.php
1:1 error InstallData scripts are obsolete. Please use data patches approach in module's Setup/Patch/Data dir (Magento2.Legacy.InstallUpgrade.ObsoleteInstallDataScript)
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Setup/UpgradeSchema.php
1:1 error UpgradeSchema scripts are obsolete. Please use declarative schema approach in module's etc/db_schema.xml file (Magento2.Legacy.InstallUpgrade.ObsoleteUpgradeSchemaScript)
80:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
93:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
107:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
120:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
134:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
165:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
182:24 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
186:24 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
190:29 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
219:26 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
223:28 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
227:31 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
234:34 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
254:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
255:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
256:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
Ui/Component/Listing/Column/ViewAction.php
37:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Onepage/Returned.php
38:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
91:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
109:86 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Onepage/Debit.php
40:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
120:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
132:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
Controller/Onepage/PlaceOrder.php
111:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
118:188 warning Line exceeds 120 characters; contains 188 characters (Generic.Files.LineLength.TooLong)
119:17 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
123:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
141:200 warning Line exceeds 120 characters; contains 200 characters (Generic.Files.LineLength.TooLong)
190:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Controller/Onepage/Amazon.php
47:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
54:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
68:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
102:74 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
129:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
Controller/Onepage/Cancel.php
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
46:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Onepage/Redirect.php
35:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Onepage/Review.php
42:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
101:57 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Mandate/Download.php
37:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Adminhtml/Orders/Index.php
48:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
90:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
103:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Protocol/Api/Index.php
48:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
90:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
103:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Protocol/Transactionstatus/Index.php
41:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
48:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
90:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
103:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Protocol/Transactionstatus/View.php
40:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
47:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Adminhtml/Config/Export/Index.php
90:143 error The use of function md5() is forbidden; use improved hash functions (SHA-256, SHA-512 etc.)() instead (Magento2.Security.InsecureFunction.FoundWithAlternative)
90:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong)
Controller/Payments/Management.php
72:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
Controller/ExternalAction.php
49:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
49:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
49:29 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Controller/Payolution/DraftDownload.php
38:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
106:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
107:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
Controller/Paypal/Express.php
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
60:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
67:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
81:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
121:74 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
172:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
Controller/Paypal/Returned.php
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
76:79 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
94:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Controller/Amazon/Returned.php
38:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
98:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
99:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
107:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
Controller/Amazon/LoadReview.php
62:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
79:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
261:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
372:29 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
373:27 warning Empty ELSE statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedElse)
374:29 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
376:23 warning Empty ELSE statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedElse)
377:25 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
380:21 warning Empty IF statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedIf)
381:25 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
383:25 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
387:15 warning Empty ELSE statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedElse)
392:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
400:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
401:42 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
414:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
448:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
461:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
470:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
476:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
477:27 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
496:13 warning This comment is 86% valid code; is this commented out code? (Squiz.PHP.CommentedOutCode.Found)
509:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
513:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
515:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
517:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
Controller/Amazon/ConfirmOrderError.php
39:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
79:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Controller/Transactionstatus/Index.php
66:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
173:13 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
183:13 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong)
Controller/Transactionstatus/Decouple.php
62:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
62:129 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
view/frontend/templates/paypal/express_buttonv2.phtml
28:10 warning Short echo tag syntax must be used; expected "=" but found " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/email/amazon_hard_decline.phtml
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/email/amazon_soft_decline.phtml
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/obt_sofortueberweisung.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/bnpl_debit.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/ratepay_debit.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/wechatpay.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/klarna.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/applepay.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/ratepay_invoice.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/advance_payment.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/alipay.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/safe_invoice.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/obt_eps.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/paypal.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/cash_on_delivery.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/google_pay.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/wero.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/klarna_debit.html
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/obt_przelewy.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/ratepay_installment.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/klarna_invoice.html
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/amazonpay.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/paypalv2.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/payolution_installment.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/payolution_debit.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/bancontact.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/obt_postfinance_efinance.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/invoice.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/boni-agreement.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/creditcard.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/payolution_invoice.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/amazonpayv2.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/bnpl_invoice.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/debit.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/obt_postfinance_card.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/bnpl_installment.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/obt_ideal.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/creditcardv2.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/template/payment/klarna_installment.html
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/model/error-processor-mixin.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/startpaypalexpress.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/installmentplanbnpl.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/getjwt.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/select-payment-method-mixin.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/start-klarna-widget.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/loadamazonpayapbsession.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/updateallowedmonths.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/edit-address.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/installmentplanratepay.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/checkoutsessionpayload.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/installmentplan.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/addresscheck.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/action/ratepayconfig.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/shipping-mixin.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/checkout/summary/grand-total-mixin.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/boni-agreement.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/billing-address-mixin.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/alipay-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/obt_postfinance_efinance-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/payolution_debit-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/bnpl_invoice-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/paypal-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/cash_on_delivery-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/safe_invoice-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/creditcardv2-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/obt_eps-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/paypalv2-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/debit-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/bancontact-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/ratepay_invoice-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/klarna-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/bnpl_debit-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/invoice-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/klarna_invoice-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/bnpl_base.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/creditcard-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/ratepay_installment-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/obt_przelewy-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/ratepay_base.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/klarna_debit-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/obt_ideal-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/obt_postfinance_card-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/advance_payment-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/amazonpayv2-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/payolution_invoice-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/applepay-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/ratepay_debit-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/payolution_installment-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/bnpl_installment-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/base.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/obt_sofortueberweisung-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/amazonpay-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/klarna_installment-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/google_pay-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/wechatpay-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/method-renderer/wero-method.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/default-mixin.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/frontend/web/js/view/payment/payone-payments.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/adminhtml/templates/form/base.phtml
29:33 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
30:23 warning Short echo tag syntax must be used; expected "=" but found " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/adminhtml/web/js/grid/data-storage-mixin.js
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
view/base/templates/blank.phtml
28:1 warning Short echo tag syntax must be used; expected "=" but found "