Magento Coding Standard (PHPCS) report for monta/montacheckout
==============================================================
Package version: 2.1.6 | Magento: 2.4.9 | Tested: 2026-05-26
4 errors, 285 warnings in 33 files
Plugin/Quote/Model/Quote/Address/Total/Shipping.php
24: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)
26:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
28:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
29:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
138:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
140:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
154:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
155:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
155:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
156:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
157:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
158:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
159:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
160:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
176:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Plugin/Quote/Model/QuoteManagement.php
35: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)
41:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
43:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
65:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
71:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
72:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
73:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
74:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
182:21 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
206:11 warning Exceptions must not be handled in the same function where they are thrown. (Magento2.Exceptions.ThrowCatch.ThrowCatch)
206:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
207:13 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
Plugin/Quote/Model/ShippingAddressManagement.php
10:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
11:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Plugin/OrderRepositoryPlugin.php
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
57:112 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
68:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
70:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Helper/System.php
22:55 warning The closing parenthesis of a multi-line function declaration must be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.CloseBracketLine)
23:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace)
27:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
43:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
44:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Helper/Data.php
24: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)
29:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
40:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
41:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
41:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:17 warning The use of function scandir() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
52:17 warning The use of function is_dir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
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)
66:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
82:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
83:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
95:80 warning The use of function filesize() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
96:46 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
97:71 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
109:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
110:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
110:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
111:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
120:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
121:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
121:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
122:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
128:19 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
136:21 warning The use of function fseek() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileSeek() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
140:22 warning The use of function fgetc() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
147:48 warning The use of function fgets() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
152:9 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Helper/ReadLogFileTrait.php
18:8 warning $limit parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
19:8 warning $start parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
49:55 warning Increment and decrement operators must be bracketed when used in string concatenation (Squiz.Operators.IncrementDecrementUsage.NoBrackets)
75:19 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
81:29 warning The use of function fgets() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
85:13 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Helper/PickupHelper.php
14:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
17:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
17:1 warning Motivation behind the added @deprecated tag MUST be explained. @see tag MUST be used with reference to new implementation when code is deprecated and there is a new alternative. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDeprecatedTagUsage)
35: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)
40:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
41:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
41:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
45:12 warning Motivation behind the added @deprecated tag MUST be explained. @see tag MUST be used with reference to new implementation when code is deprecated and there is a new alternative. (Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage)
45:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
187:32 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
248:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
256:41 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
265:44 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
271:20 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
271:46 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
271:71 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
272:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
272:25 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
272:55 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
272:66 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
280:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
281:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
281:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
293:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
294:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
294:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
295:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Helper/DeliveryHelper.php
11:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
14:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
14:1 warning Motivation behind the added @deprecated tag MUST be explained. @see tag MUST be used with reference to new implementation when code is deprecated and there is a new alternative. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDeprecatedTagUsage)
32: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)
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:12 warning Motivation behind the added @deprecated tag MUST be explained. @see tag MUST be used with reference to new implementation when code is deprecated and there is a new alternative. (Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage)
60:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
65:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong)
100:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
104:21 warning Line exceeds 120 characters; contains 218 characters (Generic.Files.LineLength.TooLong)
105:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
138:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
158:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
167:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
204:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
Model/Carrier/Montapacking.php
46: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)
70: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)
78:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
79:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
87:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
116:37 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
120:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
125:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
Model/Config/Provider/Carrier.php
7:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
11:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
13:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
21:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
25:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
27:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
31:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
33:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
35:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
45:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
53:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
54:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
61:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
62:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
69:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
70:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
78:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
93:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
94:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
101:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
102:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
110:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
111:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
118:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
119:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
126:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
127:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
134:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
135:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
142:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
143:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
150:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
151:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
157:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound)
Model/Config/Provider/AbstractConfigProvider.php
27: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)
32:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
33:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
43:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Observer/Sales/OrderLoadAfter.php
20: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)
24:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
26:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Exception.php
7:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
9:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Logger/Handler.php
14:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Controller/Adminhtml/View/Index.php
25: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)
30:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
31:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Grid/Index.php
25: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)
30:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
31:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Download/GetFile.php
6:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
7:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
7:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Download/AbstractLog.php
27:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
28:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
50:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
51:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
51:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/DeliveryOptions/Delivery.php
26:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
56:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
58:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
86:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace)
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)
124:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
126:164 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong)
Controller/DeliveryOptions/LongLat.php
21:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags)
23:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
38: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)
64: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)
81:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
82:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/AbstractDeliveryOptions.php
18:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
20:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
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)
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)
52:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
53:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
60:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
61:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
68:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
69:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
87:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
88:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
89:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
90:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
91:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
114:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
191:11 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
219:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
219:65 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
view/frontend/templates/checkout.phtml
7:82 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
8:58 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
view/frontend/web/template/checkout/shipping/additional-block.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)
view/frontend/web/template/shipping-information/pickup-shop.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)
view/frontend/web/js/view/checkout/shipping/additional-block.js
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 - "