Magento Coding Standard (PHPCS) report for bidzi/magento
========================================================
Package version: 1.0.0 | Magento: 2.4.9 | Tested: 2026-06-01
2 errors, 208 warnings in 17 files
Model/Utils/Currency.php
14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
18:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
33:36 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
42:8 warning $countryCode parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
45:12 warning $supportedCurrencies parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Utils/ProductFormat.php
7:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
8:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
10:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
18:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
19:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
21:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
23:21 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
53:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Utils/OrkestapayRequest.php
20:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
30:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
34:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
38:12 warning $logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
48:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
48:12 warning Method name "BidziRequest::get_access_token" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
78:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
98:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
Model/Utils/AddressFormat.php
7:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
8:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
10:19 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
10:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
35:19 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
35:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Payment.php
33:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
35:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
36:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
37:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
38:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
39:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
40:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
41:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
42:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
43:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
44:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
45:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
46:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
47:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
48:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
49:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
50:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
51:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
52:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
53:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
54:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
65:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
68:6 warning Expected 1 space after asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceAfterStar)
75:8 warning $context parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
76:8 warning $registry parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
77:8 warning $extensionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
78:8 warning $customAttributeFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
79:8 warning $paymentData parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
80:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
81:8 warning $configWriter parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
82:8 warning $logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
83:8 warning $moduleList parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
84:8 warning $localeDate parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
88:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
88:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
88:12 warning $logger_interface parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
88:12 warning $customerModel parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
106:175 warning Line exceeds 120 characters; contains 175 characters (Generic.Files.LineLength.TooLong)
110:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
147:53 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
171:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
173:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
174:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
175:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
194:191 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong)
217:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
225:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
244:191 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong)
258:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
270:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
281:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong)
314:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
321:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
346:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
348:16 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
351:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
353:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
358:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
360:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
362:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
366:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
368:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
373:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
375:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
376:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
380:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
382:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
384:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
388:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
390:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
392:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
396:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
402:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
413:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
418:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
419:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
426:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
427:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
434:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
435:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
442:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
447:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
452:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/BidziConfigProvider.php
38:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
39:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
46:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
61:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
70:59 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
70:208 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
77:73 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
77:162 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong)
82:82 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning)
82:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong)
90:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
92:16 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
108:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
110:18 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
118:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
120:18 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
128:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
131:19 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning)
131:41 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning)
133:26 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning)
133:65 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning)
133:121 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning)
133:158 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning)
133:200 warning Line exceeds 120 characters; contains 200 characters (Generic.Files.LineLength.TooLong)
Observer/MerchantInfo.php
21:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Observer/AfterPlaceOrder.php
21:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
22:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
23:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
24:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
25:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
26:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
27:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
29:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
47:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Payment/Success.php
21:1 warning There must be one blank line after the last USE statement; 2 found; (PSR2.Namespaces.UseDeclaration.SpaceAfterLastUse)
26:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
27:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
28:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
29:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
30:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
31:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
32:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
42:8 warning $bidziPayment parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
46:12 warning $payment parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
68:34 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
78:46 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
90:46 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
103:46 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
117:46 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
134:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
136:46 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
141:46 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
141:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
145:46 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
145:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
Controller/Payment/Order.php
19:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
20:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
21:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
34:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
34:183 warning Line exceeds 120 characters; contains 183 characters (Generic.Files.LineLength.TooLong)
42:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
57:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
61:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
81:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
139:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Payment/Complete.php
19:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
20:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
33:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
33:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong)
40:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Cards/Webhook.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
29:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
30:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
31:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
32:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
33:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
34:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
36:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
56:32 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
64:21 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
67:13 warning The use of function header() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
69:62 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
70:13 warning The use of function header() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
72:9 error Use of exit language construct is discouraged. (Magento2.Security.LanguageConstruct.ExitUsage)
77:54 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
92:52 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
view/frontend/templates/success.phtml
3:83 warning Short echo tag syntax must be used; expected "=" but found "" (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)
Block/Onepage/Success.php
10:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Success.php
7:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
8:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
10:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
17:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
19:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)