Magento Coding Standard (PHPCS) report for mageme/module-eu-withdrawal
======================================================================
Package version: 1.0.10 | Magento: 2.4.9 | Tested: 2026-07-14
3 errors, 2973 warnings in 180 files
ViewModel/ConfirmButtonLabel.php
15:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
21:61 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
ViewModel/SelectionMode.php
15:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
19:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Exception/NoEligibleItemsException.php
15:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Service/DigitalContentDetector.php
75:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
96:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
97:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
100:12 warning $items parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
156:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
156:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Plugin/Sales/OrderPlacementGuard.php
105:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
113:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Plugin/Checkout/LayoutProcessorPlugin.php
33:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
37:196 warning Line exceeds 120 characters; contains 196 characters (Generic.Files.LineLength.TooLong)
38:193 warning Line exceeds 120 characters; contains 193 characters (Generic.Files.LineLength.TooLong)
Plugin/Checkout/PrecontractLayoutPlugin.php
93:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
99:266 warning Line exceeds 120 characters; contains 266 characters (Generic.Files.LineLength.TooLong)
102:183 warning Line exceeds 120 characters; contains 183 characters (Generic.Files.LineLength.TooLong)
109:13 warning Line indented incorrectly; expected at least 21 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
Plugin/Translate/MergeParentLanguageStrings.php
48:12 warning $result parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Locale/TranslatePackDictionary.php
50:14 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
55:15 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
57:28 warning The use of function fgetcsv() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
62:13 warning The use of function fclose() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileClose() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Model/Locale/LocaleInheritanceConfigReader.php
52:14 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
57:16 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/EligibilityRequestBuilder.php
32:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
35:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
35:12 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/EligibilityRequest.php
20:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
20:12 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Period/AnchorResolver.php
71:183 warning Line exceeds 120 characters; contains 183 characters (Generic.Files.LineLength.TooLong)
101:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
116:32 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
120:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/EligibilityDecision.php
17:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
17:13 warning $eligible parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
32:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/EligibilityEngine.php
73:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
74:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
76:19 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
76:19 warning $orderDecision parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
76:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
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)
105:19 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
105:19 warning $orderDecision parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
105:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Receipt/ReceiptDto.php
23:8 warning $consumer parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
24:8 warning $order parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
26:8 warning $refund parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
27:8 warning $receipt parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
28:8 warning $merchant parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
30:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
30:12 warning $requestId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
30:12 warning $items parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Receipt/ReceiptBuilder.php
86:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
87:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
88:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
Model/EligibilityResult.php
18:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
18:12 warning $orderDecision parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/EligibilitySnapshot.php
46:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
46:12 warning $requestId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
79:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Refund/CreditMemoQtyExpander.php
24:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
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)
33:12 warning $qtys parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Refund/BundleRefundedQtyResolver.php
27:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
31:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
32:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Refund/ItemRefundLine.php
43:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
43:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Refund/RefundCalculator.php
18:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
26:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
27:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
28:8 warning $items parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
36:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
36:12 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
173:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
198:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
199:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
203:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
203:13 warning $orderItems parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
203:13 warning $items parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Refund/RefundBreakdown.php
17:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Refund/BundleHeldQtyResolver.php
26:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
32:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
89:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
92:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
92:13 warning $parentOrdered parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
92:13 warning $memoId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
111:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
112:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
113:8 warning $parentOids parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
116:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
116:13 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
143:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
144:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
147:13 warning $rows parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
160:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
161:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Waiver/XmlWaiverTextLoader.php
40:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
40:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
49:13 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Model/Waiver/WaiverConfirmationDto.php
29:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
29:12 warning $orderId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Waiver/WaiverEventReader.php
83:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
83:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
97:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
97:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
98:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Waiver/WaiverTextResolver.php
31:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
31:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
32:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
46:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
51:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
51:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
52:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
57:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Model/Waiver/WaiverEventWriter.php
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)
104:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
105:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Waiver/WaiverTextLoaderInterface.php
12:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
12:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
13:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Waiver/WaiverConfirmationBuilder.php
109:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
110:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
112:13 warning $grouped parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
125:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
126:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
128:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
134:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
134:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
135:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Waiver/WaiverEmailRenderer.php
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)
86:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
92:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
107:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
126:21 warning The use of function htmlspecialchars() is discouraged; use \Magento\Framework\Escaper->escapeHtml() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
127:20 warning The use of function htmlspecialchars() is discouraged; use \Magento\Framework\Escaper->escapeHtml() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
128:22 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
132:19 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
133:19 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
134:19 warning The use of function htmlspecialchars() is discouraged; use \Magento\Framework\Escaper->escapeHtml() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
158:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
159:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
162:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
162:13 warning $template parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
162:13 warning $storeId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
169:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
Model/Request/Exception/DenialReasonRequiredException.php
14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Request/RequestCreator.php
58:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
58:12 warning $returnableItems parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
58:12 warning $sealSubjects parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
88:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
131:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
200:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
206:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
406:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
406:13 warning $items parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
406:13 warning $decisions parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
437:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
437:13 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
465:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
465:13 warning $itemReasons parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
489:1 warning The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody)
Model/Request/MultiplePartialGuard.php
48:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
49:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
53:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
53:12 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
132:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
156:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
Model/Request/CreateRequestResult.php
17:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
17:13 warning $success parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
26:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
27:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
29:19 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
29:19 warning $requestId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
29:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
43:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
68:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
68:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
85:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Request/CreateRequestInput.php
17:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
17:12 warning $orderIncrementId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
17:12 warning $customerName parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Request/Request.php
26:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
32:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
39:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
53:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
59:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
60:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
66:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
72:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
73:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
79:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
85:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
92:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
99:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
100:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
106:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
113:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
114:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
120:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
127:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
128:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
134:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
140:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
141:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
147:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
153:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
154:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
160:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
166:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
167:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
173:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
180:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
181:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
187:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
193:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
194:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
200:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
206:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
207:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
213:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
220:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
221:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
227:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
234:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
235:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
241:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
248:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
249:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
255:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
262:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
263:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
269:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
276:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
277:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
283:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
290:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
291:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
297:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
304:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
305:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
311:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
318:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
319:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
325:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
332:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
333:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
339:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
345:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
346:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
352:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
359:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
360:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
366:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
372:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
373:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
379:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
385:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
386:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
392:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
399:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
400:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
406:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
413:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
414:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
420:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
427:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
428:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
434:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
441:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
442:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
448:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
455:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
456:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
462:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
468:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
469:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
475:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
481:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
482:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
488:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
495:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
496:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
502:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
509:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
510:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
516:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
523:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
524:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Request/Source/Status.php
47:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
49:85 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
Model/Precontract/AnnexIConfigReader.php
91:29 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
163:21 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
176:16 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Model/Precontract/MerchantVarsResolver.php
67:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Model/Precontract/AnnexIRenderer.php
46:12 warning $merchantVars parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
82:13 warning $vars parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Security/UniformResponse.php
30:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
45:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
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)
Model/Security/ResponseTimer.php
12:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/Security/AntiEnumeration.php
44:51 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
48:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
48:12 warning $input parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
87:12 warning $action parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
119:39 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Lookup/RequestLookup.php
47:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
48:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
55:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/ResourceModel/Request/Collection.php
16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/ResourceModel/WaiverEvent/Collection.php
16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/ResourceModel/Item/Collection.php
15:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/Mail/ReceiptTransport.php
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)
63:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
63:12 warning $toEmail parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
84:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
85:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
86:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
89:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
91:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
92:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
92:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
93:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
94:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
95:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
96:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
97:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
99:9 warning Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
100:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
101:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
102:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
103:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
105:13 warning Line indented incorrectly; expected 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
106:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
107:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
108:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
109:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
112:17 warning Line indented incorrectly; expected at least 24 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
113:13 warning Line indented incorrectly; expected 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
114:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
115:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
116:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
117:13 warning Line indented incorrectly; expected 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
118:9 warning Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
119:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
120:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
121:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
122:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
123:9 warning Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
127:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
137:9 warning Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
138:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
139:9 warning Line indented incorrectly; expected 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
141:9 warning Line indented incorrectly; expected at least 12 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
147:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
148:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
150:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Mail/CustomerViewUrlResolver.php
33:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
34:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Mail/StatusChangeNotifier.php
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)
81:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
81:12 warning $request parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
144:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
145:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
147:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
147:13 warning $to parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
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)
168:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
168:13 warning $request parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
180:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
198:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
232:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
233:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
234:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
235:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
246:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
279:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
Model/Mail/EmailConfig.php
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)
126:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
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)
145:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
167:68 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Mail/WithdrawalNotificationSender.php
146:19 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
156:19 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
162:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
Model/Mail/EmailDataResolver.php
40:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
60:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
75:59 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
102:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Mail/AdminAlertSender.php
37:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
48:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
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)
91:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
117:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Customer/WithdrawalRequestView.php
13:15 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
15:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
15:12 warning $requestId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Customer/OrderWithdrawalHistoryService.php
51:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
52:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
54:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
128:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
129:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
157:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
158:177 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong)
159:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
Model/Customer/OrderWithdrawalBadgeService.php
47:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
48:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
67:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
83:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Model/Notification/DlqAlerter.php
21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Item/SealedComponent.php
18:1 error Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies. (Magento2.PHP.FinalImplementation.FoundFinal)
20:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Item/ReturnableItemsResolver.php
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
38:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
39:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
41:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
84:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
84:13 warning $parent parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Item/ReturnGroup.php
22:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
22:12 warning $type parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Item/Item.php
26:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
34:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
40:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
53:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
59:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
60:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
66:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
72:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
73:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
79:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
85:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
92:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
98:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
99:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
105:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
111:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
112:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
118:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
125:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
126:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
132:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
139:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
140:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
146:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
153:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
154:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Item/ExclusionReason.php
53:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
57:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
57:13 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction)
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)
67:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
81:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Item/ReturnRow.php
20:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Item/ItemAmountResolver.php
34:29 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
39:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
40: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)
93:67 warning Short description should not be in multi lines (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)
136:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
137:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Item/ItemAmounts.php
45:56 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
56:20 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Item/ProductNameDecoder.php
36:16 warning The use of function html_entity_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Item/ReturnGroupBuilder.php
26:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
33:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
34:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
37:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
37:12 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
71:35 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
71:52 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
84:47 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
84:53 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
106:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
140:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Item/BundleReturnModeResolver.php
28:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
59:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Item/OrderPartialStateCalculator.php
39:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
40:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Queue/WaiverConfirmationState.php
44:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction)
Model/Queue/WaiverConfirmationStateRepository.php
190:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
214:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
214:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
215:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
215:13 warning $orderId parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Queue/ReceiptSendConsumer.php
60:8 warning $transport parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
64:8 warning $alerter parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
65:8 warning $scheduler parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
66:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
67:8 warning $eventManager parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
68:8 warning $emulation parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
69:8 warning $url parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
70:8 warning $emailConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
71:8 warning $routeResolver parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
72:8 warning $hasher parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
Model/Config/Source/DigitalDetectionStrategy.php
15:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
15:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
21:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
Model/Config/Source/ItemSelectionMode.php
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Config/Source/UnconfirmedDeliveryBehavior.php
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Rule/PeriodRule.php
135:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Rule/TerminalStateRule.php
21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
26:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
31:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
36:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Rule/StatusExclusionRule.php
23:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
28:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
33:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
38:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
43:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
54:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
55:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
57:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Rule/Preset/DigitalWaiverPreset.php
121:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
121:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
122:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Seal/SealKind.php
16:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Seal/BundleSealSubjectResolver.php
22:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
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)
33:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
33:12 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Seal/BundleSealSubject.php
10:1 error Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies. (Magento2.PHP.FinalImplementation.FoundFinal)
12:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Seal/BundleSealReducer.php
15:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
16:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
22:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
22:12 warning $answers parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
22:12 warning $selectedLineIds parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
49:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
50:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
54:13 warning $expected parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
54:13 warning $answers parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Seal/SealKindResolver.php
22:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
27:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
41:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
52:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Session.php
61:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/RequestNote/RequestNote.php
26:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
34:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
40:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
53:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
59:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
60:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
66:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
73:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
74:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
80:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
87:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
93:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
99:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
100:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Frontend/ButtonLabelsConfigReader.php
30:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
30:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
39:14 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
42:16 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
100:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
101:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
103:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
143:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Model/Frontend/BundleReturnConfig.php
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Frontend/ReasonsConfigReader.php
49:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
100:25 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
104:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
121:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
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)
Model/Frontend/TaxDisplayConfig.php
16:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Frontend/EligibleOrdersProvider.php
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
54:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
97:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
97:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
98:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
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)
120:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
120:13 warning $cutoff parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Frontend/FooterLinkLabelResolver.php
77:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
96:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
96:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
97:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Model/Frontend/RouteResolver.php
80:61 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Frontend/OrderEligibilityResolver.php
164:133 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
Model/Frontend/SelectionModeConfig.php
18:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
22:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Frontend/Dto/EligibleOrdersPage.php
12:1 error Final keyword is prohibited in Magento. It decreases extensibility and is not compatible with plugins and proxies. (Magento2.PHP.FinalImplementation.FoundFinal)
Observer/AddOrderCommentOnStatusChange.php
91:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
92:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
94:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
94:13 warning $request parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
106:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
124:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
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)
136:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
136:13 warning $reference parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Observer/AddOrderCommentOnRequestCreate.php
84:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Observer/AdminAlertOnRequestCreate.php
24:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
31:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Setup/Patch/Data/BackfillFrozenRefundTotals.php
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)
89:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
89:13 warning $connection parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
117:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Setup/Patch/Data/InsertPresetRules.php
15:38 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Ui/DataProvider/Request/ListingProvider.php
92:162 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong)
Ui/Component/Listing/Column/StatusBadge.php
28:19 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
74:70 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:13 warning The use of function htmlspecialchars() is discouraged; use \Magento\Framework\Escaper->escapeHtml() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
87:13 warning The use of function htmlspecialchars() is discouraged; use \Magento\Framework\Escaper->escapeHtml() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Controller/Adminhtml/Request/StartCreditMemo.php
106:209 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong)
116:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
131:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
169:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
170:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
172:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
195:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
195:13 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Controller/Router.php
42:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Withdraw/Lookup.php
29:4 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
Controller/Withdraw/Submit.php
90:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
147:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
153:17 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
198:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
199:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Withdraw/Orders.php
21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
28:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Withdraw/Cancel.php
146:82 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
148:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
160:18 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Controller/Api/Finalize.php
69:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
176:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
182:17 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
195:116 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
234:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
281:99 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
286:13 warning $payload parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
308:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
309:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
328:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
329:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
365:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
366:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
422:103 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/order_meta.phtml
12:300 warning Line exceeds 120 characters; contains 300 characters (Generic.Files.LineLength.TooLong)
13:303 warning Line exceeds 120 characters; contains 303 characters (Generic.Files.LineLength.TooLong)
14:309 warning Line exceeds 120 characters; contains 309 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/success.phtml
13:184 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong)
165:158 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
168:234 warning Line exceeds 120 characters; contains 235 characters (Generic.Files.LineLength.TooLong)
171:219 warning Line exceeds 120 characters; contains 220 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/progress_stepper.phtml
14:351 warning Line exceeds 120 characters; contains 357 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/form.phtml
114:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
115:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
116:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
117:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
119:184 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
120:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
123:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
127:195 warning Line exceeds 120 characters; contains 195 characters (Generic.Files.LineLength.TooLong)
128:9 warning The use of function htmlspecialchars() is discouraged; use \Magento\Framework\Escaper->escapeHtml() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
171:122 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
173:141 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
174:132 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
177:166 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
182:109 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
190:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
201:201 warning Line exceeds 120 characters; contains 202 characters (Generic.Files.LineLength.TooLong)
245:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
265:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
274:117 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
292:149 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
312:121 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
318:1 warning Line exceeds 120 characters; contains 267 characters (Generic.Files.LineLength.TooLong)
319:178 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong)
350:122 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
352:220 warning Line exceeds 120 characters; contains 221 characters (Generic.Files.LineLength.TooLong)
391:126 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
410:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
410:129 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
411:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
411:136 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
412:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
412:132 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/item_selector.phtml
53:132 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
61:127 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
68:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
69:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
70:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
71:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
72:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
73:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
74:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
75:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
76:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
77:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
78:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
79:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
80:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
81:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
82:13 warning Line indented incorrectly; expected at least 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
83:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
84:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
85:13 warning Line indented incorrectly; expected at least 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
86:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
87:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
88:13 warning Line indented incorrectly; expected at least 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
89:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
90:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
96:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
102:1 warning Line exceeds 120 characters; contains 337 characters (Generic.Files.LineLength.TooLong)
108:120 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
161:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
162:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
163:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
164:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
165:241 warning Line exceeds 120 characters; contains 248 characters (Generic.Files.LineLength.TooLong)
184:1 warning Line exceeds 120 characters; contains 255 characters (Generic.Files.LineLength.TooLong)
209:1 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong)
226:1 warning Line exceeds 120 characters; contains 281 characters (Generic.Files.LineLength.TooLong)
228:188 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong)
234:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
235:199 warning Line exceeds 120 characters; contains 207 characters (Generic.Files.LineLength.TooLong)
257:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
264:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
269:13 warning Line indented incorrectly; expected at least 16 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
270:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
271:13 warning Line indented incorrectly; expected 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
272:17 warning Line indented incorrectly; expected at least 24 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect)
273:13 warning Line indented incorrectly; expected 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
274:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
275:13 warning Line indented incorrectly; expected at least 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
276:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
277:9 warning Line indented incorrectly; expected 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
278:9 warning Line indented incorrectly; expected at least 16 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect)
279:13 warning Line indented incorrectly; expected at least 20 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.Incorrect)
285:1 warning Line exceeds 120 characters; contains 221 characters (Generic.Files.LineLength.TooLong)
287:1 warning Line exceeds 120 characters; contains 252 characters (Generic.Files.LineLength.TooLong)
289:1 warning Line exceeds 120 characters; contains 318 characters (Generic.Files.LineLength.TooLong)
314:147 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
332:135 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
333:132 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
348:120 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
351:1 warning Line exceeds 120 characters; contains 265 characters (Generic.Files.LineLength.TooLong)
363:124 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
386:127 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
397:1 warning Line exceeds 120 characters; contains 263 characters (Generic.Files.LineLength.TooLong)
404:124 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
422:1 warning Line exceeds 120 characters; contains 291 characters (Generic.Files.LineLength.TooLong)
431:122 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
439:1 warning Line exceeds 120 characters; contains 289 characters (Generic.Files.LineLength.TooLong)
441:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
455:136 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/return_summary.phtml
51:212 warning Line exceeds 120 characters; contains 213 characters (Generic.Files.LineLength.TooLong)
55:131 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
60:1 warning Line exceeds 120 characters; contains 255 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/step1a_find_order.phtml
9:332 warning Line exceeds 120 characters; contains 332 characters (Generic.Files.LineLength.TooLong)
15:121 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
19:147 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
49:197 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/step1b_orders_rows.phtml
8:334 warning Line exceeds 120 characters; contains 334 characters (Generic.Files.LineLength.TooLong)
21:115 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/step1b_order_list.phtml
10:332 warning Line exceeds 120 characters; contains 332 characters (Generic.Files.LineLength.TooLong)
22:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
40:1 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
41:1 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
42:1 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
54:197 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong)
58:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
view/frontend/templates/withdraw/digital_waiver_display.phtml
20:290 warning Line exceeds 120 characters; contains 291 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/withdraw/existing_withdrawals.phtml
30:128 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
45:115 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
47:157 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
91:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
91:138 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/email/items_table.phtml
25:136 warning Line exceeds 120 characters; contains 287 characters (Generic.Files.LineLength.TooLong)
27:274 warning Line exceeds 120 characters; contains 279 characters (Generic.Files.LineLength.TooLong)
32:142 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
34:147 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
36:180 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong)
40:122 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
41:124 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
45:125 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
47:136 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
52:130 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
53:345 warning Line exceeds 120 characters; contains 351 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/email/header.phtml
28:1 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
32:1 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong)
33:1 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
35:1 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong)
39:121 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
42:268 warning Line exceeds 120 characters; contains 271 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/email/footer.phtml
22:1 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
27:83 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong)
29:146 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
31:152 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
44:181 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
49:163 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong)
51:160 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
59:1423 warning Line exceeds 120 characters; contains 1423 characters (Generic.Files.LineLength.TooLong)
60:322 warning Line exceeds 120 characters; contains 322 characters (Generic.Files.LineLength.TooLong)
61:429 warning Line exceeds 120 characters; contains 429 characters (Generic.Files.LineLength.TooLong)
62:491 warning Line exceeds 120 characters; contains 491 characters (Generic.Files.LineLength.TooLong)
67:227 warning Line exceeds 120 characters; contains 228 characters (Generic.Files.LineLength.TooLong)
69:164 warning Line exceeds 120 characters; contains 251 characters (Generic.Files.LineLength.TooLong)
71:131 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
81:1 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
87:148 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
view/frontend/templates/sales/order/withdrawals_section.phtml
25:1 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong)
39:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
41:127 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
48:130 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
62:117 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
92:171 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong)
107:1 warning Line exceeds 120 characters; contains 252 characters (Generic.Files.LineLength.TooLong)
113:133 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
129:165 warning Line exceeds 120 characters; contains 175 characters (Generic.Files.LineLength.TooLong)
132:237 warning Line exceeds 120 characters; contains 242 characters (Generic.Files.LineLength.TooLong)
142:156 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
147:168 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong)
176:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
view/frontend/email/cancelled_admin.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - " " (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var subject_text (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_header_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var event_date_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var refund_total_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var items_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var period_days (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_footer_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/email/receipt.html
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var subject_text (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_header_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var submitted_at_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var refund_total_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var refund_method (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var items_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var support_email (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var support_email (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_footer_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/email/approved.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - " " (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var subject_text (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_header_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var event_date_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var refund_total_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var refund_method (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var estimated_arrival (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var items_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_footer_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/email/cancelled_self.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - " " (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var subject_text (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_header_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var event_date_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var refund_total_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var items_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var period_days (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_footer_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/email/notification.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/email/waiver_confirmation_merchant_bcc.html
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.items (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.order_increment_id (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.order_increment_id (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.customer_name (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.customer_email (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.locale (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.waiver_reference (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.consent_at (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.ack_at (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var waiver.items (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/email/waiver_confirmation_consumer.html
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var subject_text (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/email/denied.html
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var subject_text (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_header_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var event_date_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var refund_total_formatted (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var items_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var email_footer_html|raw (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/web/template/checkout/waiver.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/css/checkout.less
1:40 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
5:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
6:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
7:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
view/frontend/web/css/withdrawal-form.less
1:50 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
4:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
6:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
7:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
8:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
10:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
11:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
16:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
32:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
34:53 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
34:61 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
36:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
37:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
38:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
46:23 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
49:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
50:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
61:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
64:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
65:32 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
66:33 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
67:44 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
69:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
79:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
81:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
81:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
81:90 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
81:92 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
82:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
82:86 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
82:114 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
82:127 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
82:141 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
82:141 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
82:143 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
83:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
83:56 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
83:58 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
84:51 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
85:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
85:55 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
85:57 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
86:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
86:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
86:84 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
86:86 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
87:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
87:81 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
87:106 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
87:119 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
87:135 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
87:135 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
87:137 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
88:63 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
89:49 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
90:52 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
92:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
93:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
93:4 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
100:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
102:62 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
102:82 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
102:82 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
102:84 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
104:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
109:23 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
111:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
111:73 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
111:95 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
111:114 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
111:114 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
111:116 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
112:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
112:87 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
112:105 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
112:105 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
112:107 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
113:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
113:77 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
113:99 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
113:99 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
113:101 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
115:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
115:56 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
115:62 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
116:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
117:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
118:42 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
121:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
130:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
133:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
134:41 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
136:33 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
136:44 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
137:57 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
137:57 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
140:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
140:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
141:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
141:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
141:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
141:72 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
144:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
144:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
145:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
146:45 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
146:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
146:58 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
148:50 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
149:60 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
151:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
151:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
152:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
152:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
153:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
154:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
155:52 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
155:52 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
159:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
159:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
161:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
161:53 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
161:55 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
162:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
162:69 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
162:71 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
163:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
163:74 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
163:102 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
163:102 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
163:104 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
164:83 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
165:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
165:87 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
165:87 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
165:89 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
167:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
169:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
171:58 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
173:77 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
174:75 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
175:34 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
176:40 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
177:43 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
179:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
180:39 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
182:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
182:57 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
183:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
183:42 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
188:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
188:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
189:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
190:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
191:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
192:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
202:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
202:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
203:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
203:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
206:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
206:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
207:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
208:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
208:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
208:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
209:59 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
209:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
211:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
215:80 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
215:112 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
215:112 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
215:114 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
218:115 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
218:128 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
218:130 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
219:106 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
219:134 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
219:155 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
219:157 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
221:94 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
221:116 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
221:118 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
223:98 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
223:100 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
224:36 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
226:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
226:95 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
226:95 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
226:97 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
230:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
230:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
230:81 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
231:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
232:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
232:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
241:28 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
241:41 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
241:61 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
241:66 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
246:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
248:26 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
250:71 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
250:78 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
251:83 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
254:76 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
254:93 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
254:93 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
254:95 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
256:92 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
256:92 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
256:94 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
258:80 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
258:82 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
259:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
259:87 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
260:73 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
262:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
264:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
264:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
265:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
267:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
267:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
269:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
269:65 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
269:67 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
270:93 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
270:95 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
271:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
271:114 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
271:116 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
272:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
272:82 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
272:82 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
272:84 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
273:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
273:50 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
276:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
276:77 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
277:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
277:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
277:82 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
278:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
281:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
282:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
282:62 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
282:62 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
282:64 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
283:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
283:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
283:80 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
284:47 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
284:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
284:74 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
285:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
285:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
285:79 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
285:79 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
285:81 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
286:64 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
288:35 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
288:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
288:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
289:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
289:59 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
291:41 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
292:23 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
292:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
292:56 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
293:23 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
293:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
293:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
293:72 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
293:74 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
294:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
294:81 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
294:81 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
294:83 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
295:52 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
296:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
296:50 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
298:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
298:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
298:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
299:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
299:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
299:85 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
301:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
301:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
301:72 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
301:74 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
303:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
303:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
304:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
304:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
304:58 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
304:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
304:61 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
307:33 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
307:64 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
307:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
308:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
308:31 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
308:52 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
308:77 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
309:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
309:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
311:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
311:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
311:78 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
311:80 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
312:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
312:69 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
313:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
313:64 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
313:66 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
314:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
314:72 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
316:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
316:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
316:88 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
316:88 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
319:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
321:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
321:79 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
322:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
322:87 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
323:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
326:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
326:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
327:17 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
330:49 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
333:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
333:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
334:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
334:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
334:64 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
337:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
337:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
338:41 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
338:41 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
341:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
341:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
342:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
344:69 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
344:91 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
344:91 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
344:93 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
345:36 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
347:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
349:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
349:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
350:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
352:53 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
354:44 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
354:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
354:79 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
355:45 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
356:73 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
356:73 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
358:86 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
358:110 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
358:110 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
358:112 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
359:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
360:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
361:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
362:48 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
363:35 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
364:34 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
367:52 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
367:52 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
367:54 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
370:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
370:51 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
370:53 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
373:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
373:53 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
373:55 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
376:52 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
376:52 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
376:54 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
378:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
378:49 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
379:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
380:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
380:51 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
382:75 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
382:103 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
382:103 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
382:105 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
383:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
383:77 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
383:87 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
383:87 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
383:89 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
384:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
384:77 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
384:95 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
384:95 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
384:97 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
386:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
386:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
386:83 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
387:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
387:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
387:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
387:84 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
390:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
390:19 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
391:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
392:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
393:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
394:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
396:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
397:45 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
399:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
399:92 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
399:115 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
399:137 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
399:137 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
399:139 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
400:75 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
400:93 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
400:95 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
401:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
402:75 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
403:91 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
404:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
405:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
405:12 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
406:100 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
406:118 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
406:118 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
406:120 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
407:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
407:101 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
407:101 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
407:103 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
408:76 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
408:99 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
408:127 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
408:127 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
408:129 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
409:82 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
409:105 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
409:133 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
409:133 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
409:135 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
410:88 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
410:109 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
410:109 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
410:111 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
411:106 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
411:106 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
411:108 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
412:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
413:110 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
415:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
415:49 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
416:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
417:35 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
419:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
419:86 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
419:97 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
419:97 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
419:99 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
420:69 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
420:69 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
420:71 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
422:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
422:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
423:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
424:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
424:44 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
424:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
425:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
425:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
425:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
425:75 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
425:75 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
427:74 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
427:76 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
428:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
428:98 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
428:115 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
428:136 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
428:136 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
428:138 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
429:96 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
429:137 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
429:155 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
429:172 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
429:199 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
429:222 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
429:250 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
429:250 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
429:252 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
430:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
431:44 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
431:104 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
432:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
433:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
434:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
436:63 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
437:63 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
437:131 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
438:89 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
438:91 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
439:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
440:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
441:204 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
441:206 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
442:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
442:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
442:117 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
442:149 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
442:169 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
442:184 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
442:184 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
442:186 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
445:32 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
446:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
446:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
447:35 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
447:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
447:50 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
450:31 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
450:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
451:49 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
451:49 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
453:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
453:67 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
455:41 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
455:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
456:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
456:43 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
460:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
460:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
461:44 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
462:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
462:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
464:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
467:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
468:42 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
471:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
471:33 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
471:40 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
471:56 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
471:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
471:63 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
474:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
475:34 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
479:89 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
479:95 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
482:80 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
484:43 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
484:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
484:70 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
485:72 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
487:44 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
492:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
495:25 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
497:45 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
500:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
500:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
501:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
502:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
503:14 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
505:110 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
505:112 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
506:69 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
506:85 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
506:92 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
506:94 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
507:116 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
507:118 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
508:69 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
508:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
508:85 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
508:87 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
509:37 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
510:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
510:54 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
510:56 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
514:26 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
514:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
515:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
518:49 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
519:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
520:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
520:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
521:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
521:47 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
535:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
537:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
537:82 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
538:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
539:34 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
540:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
543:49 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
543:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
544:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
545:28 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
546:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
546:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
547:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
549:86 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
552:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
552:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
553:32 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
554:40 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
555:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
557:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
560:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
560:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
560:67 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
560:69 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
562:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
562:86 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
564:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
565:39 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
567:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
567:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
568:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
569:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
569:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
570:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
572:75 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
574:29 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
574:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
577:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
577:71 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
577:76 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
577:76 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
579:77 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
580:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
580:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
580:104 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
580:123 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
580:123 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
580:125 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
581:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
581:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
581:78 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
581:80 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
583:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
584:35 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
584:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
584:51 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
586:62 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
586:81 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
586:113 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
586:145 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
586:145 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
586:147 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
587:86 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
587:114 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
587:114 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
587:116 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
588:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
588:88 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
588:88 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
588:90 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
589:75 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
589:75 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
589:77 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
590:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
590:89 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
590:89 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
590:91 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
591:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
591:86 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
591:104 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
591:104 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
591:106 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
593:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
594:41 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
594:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
594:59 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
603:33 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
603:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
604:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
605:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
605:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
606:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
607:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
608:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
612:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
614:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
614:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
614:90 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
614:92 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
617:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
618:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
619:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
621:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
621:77 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
621:79 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
622:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
622:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
622:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
622:90 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
622:92 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
623:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
624:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
625:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
625:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
625:92 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
626:67 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
627:53 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
630:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
630:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
632:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
632:39 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
636:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
636:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
636:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
637:79 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
638:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
639:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
639:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
639:60 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
641:39 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
642:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
642:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
642:100 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
642:100 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
642:102 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
644:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
644:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
644:92 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
645:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
645:60 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
645:62 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
648:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
648:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
649:33 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
649:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
649:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
650:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
652:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
652:74 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
652:74 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
652:76 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
653:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
653:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
653:94 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
653:94 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
653:96 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
654:73 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
654:75 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
657:29 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
657:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
658:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
659:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
661:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
661:69 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
663:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
664:69 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
665:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
665:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
665:87 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
670:40 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
671:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
671:59 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
673:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
673:73 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
675:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
675:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
676:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
676:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
677:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
678:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
680:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
680:53 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
680:55 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
681:38 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
682:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
682:80 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
682:98 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
682:118 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
682:118 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
682:120 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
683:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
683:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
683:96 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
683:96 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
683:98 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
684:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
684:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
684:107 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
684:128 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
684:128 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
684:130 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
685:88 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
685:88 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
685:90 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
687:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
688:62 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
688:64 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
692:35 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
694:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
694:55 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
694:57 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
695:72 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
698:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
698:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
699:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
699:48 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
701:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
701:92 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
701:92 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
701:94 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
704:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
704:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
705:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
705:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
706:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
707:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
707:67 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
709:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
709:74 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
709:93 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
709:115 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
709:115 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
709:117 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
711:49 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
712:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
712:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
712:56 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
714:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
714:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
714:104 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
714:104 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
714:106 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
718:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
719:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
720:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
720:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
720:55 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
725:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
725:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
726:33 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
728:22 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
731:33 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
731:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
733:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
734:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
734:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
735:26 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
735:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
735:62 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
736:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
737:23 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
737:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
739:92 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
739:92 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
739:94 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
741:86 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
741:101 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
741:103 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
743:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
743:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
743:75 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
744:45 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
745:37 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
745:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
746:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
748:66 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
749:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
749:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
749:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
749:97 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
749:99 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
750:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
750:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
750:100 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
750:105 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
750:105 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
750:107 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
751:49 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
753:60 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
753:85 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
753:87 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
755:29 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
755:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
757:42 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
759:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
759:68 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
761:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
761:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
762:30 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
762:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
763:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
764:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
766:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
766:51 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
766:53 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
767:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
767:76 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
767:98 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
767:98 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
767:100 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
768:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
768:83 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
768:85 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
769:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
769:69 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
771:40 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
772:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
772:66 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
772:66 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
774:46 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
777:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
779:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
779:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
779:75 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
780:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
780:48 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
782:57 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
784:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
784:91 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
784:93 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
785:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
785:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
785:72 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
785:74 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
787:67 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
788:31 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
788:73 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
789:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
791:57 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
792:43 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
793:52 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
795:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
795:69 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
796:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
796:59 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
799:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
803:115 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
803:115 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
803:117 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
804:67 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
805:92 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
805:94 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
808:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
812:115 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
812:115 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
812:117 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
813:65 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
814:73 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
814:73 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
814:75 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
815:42 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
816:51 warning Add a line break after each selector delimiter (Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter)
816:66 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
817:45 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
818:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
818:71 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
818:73 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
819:76 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
819:78 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
820:50 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
825:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
826:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
826:105 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
826:107 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
827:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
828:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
829:79 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
831:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
832:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
835:23 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
837:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
837:76 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
837:97 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
837:97 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
837:99 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
839:32 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
839:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
840:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
840:33 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
840:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
840:57 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
841:42 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
842:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
842:38 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
844:62 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
844:71 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
844:78 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
844:96 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
844:96 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
844:98 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
847:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
847:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
848:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
848:41 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
848:48 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
849:47 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
850:40 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
851:40 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
852:67 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
854:60 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
855:33 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
855:54 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
855:63 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
856:54 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
856:63 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
858:58 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
858:80 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
858:90 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
858:101 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
858:101 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
858:103 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
859:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
859:75 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
859:92 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
859:92 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
859:94 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
860:73 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
860:82 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
861:73 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
861:82 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
863:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
863:83 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
863:93 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
863:93 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
863:95 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
864:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
864:77 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
864:84 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
864:102 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
864:102 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
864:104 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
865:74 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
865:83 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
866:36 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
866:62 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
866:69 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
866:87 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
866:87 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
866:89 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
867:62 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
867:69 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
867:87 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
867:87 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
867:89 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
870:32 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
870:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
871:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
871:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
872:37 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
872:41 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
873:61 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
875:53 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
875:76 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
875:83 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
875:85 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
876:59 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
876:82 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
876:89 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
876:91 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
878:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
879:41 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
879:54 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
879:63 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
882:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
883:41 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
883:54 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
883:63 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
887:43 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
887:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
888:33 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
889:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
889:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
889:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
889:74 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
889:74 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
891:59 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
891:73 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
891:82 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
891:89 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
891:106 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
891:106 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
891:108 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
view/frontend/web/css/order-view.less
2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
2:33 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
2:35 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
5:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
6:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
view/frontend/web/css/source/_withdrawal-a11y.less
2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
2:73 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
4:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
5:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
5:35 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
6:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
7:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
8:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
10:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
12:19 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
13:36 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
14:36 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
17:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
19:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
19:36 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
19:39 warning Style definitions must end with a semicolon (Magento2.Less.SemicolonSpacing.NotAtEnd)
19:43 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
19:43 warning Expected 1 space after colon in style definition; 0 found (Magento2.Less.ColonSpacing.NoneAfter)
19:49 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
20:15 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
20:36 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
22:18 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
22:36 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
22:55 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
23:23 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
29:13 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
29:26 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
30:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
31:22 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
31:36 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
31:57 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
34:22 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
34:35 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
34:42 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
34:45 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
34:48 warning Style definitions must end with a semicolon (Magento2.Less.SemicolonSpacing.NotAtEnd)
34:58 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
37:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
38:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
view/frontend/web/css/source/_vars.less
2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
5:17 warning Expected 1 space after colon in style definition; 8 found (Magento2.Less.ColonSpacing.After)
6:22 warning Expected 1 space after colon in style definition; 3 found (Magento2.Less.ColonSpacing.After)
7:17 warning Expected 1 space after colon in style definition; 8 found (Magento2.Less.ColonSpacing.After)
8:16 warning Expected 1 space after colon in style definition; 9 found (Magento2.Less.ColonSpacing.After)
9:16 warning Expected 1 space after colon in style definition; 9 found (Magento2.Less.ColonSpacing.After)
10:18 warning Expected 1 space after colon in style definition; 7 found (Magento2.Less.ColonSpacing.After)
11:14 warning Expected 1 space after colon in style definition; 11 found (Magento2.Less.ColonSpacing.After)
12:20 warning Expected 1 space after colon in style definition; 5 found (Magento2.Less.ColonSpacing.After)
13:12 warning Expected 1 space after colon in style definition; 13 found (Magento2.Less.ColonSpacing.After)
13:26 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
14:19 warning Expected 1 space after colon in style definition; 6 found (Magento2.Less.ColonSpacing.After)
15:17 warning Expected 1 space after colon in style definition; 8 found (Magento2.Less.ColonSpacing.After)
16:21 warning Expected 1 space after colon in style definition; 4 found (Magento2.Less.ColonSpacing.After)
17:20 warning Expected 1 space after colon in style definition; 5 found (Magento2.Less.ColonSpacing.After)
19:18 warning Expected 1 space after colon in style definition; 7 found (Magento2.Less.ColonSpacing.After)
20:16 warning Expected 1 space after colon in style definition; 9 found (Magento2.Less.ColonSpacing.After)
21:19 warning Expected 1 space after colon in style definition; 6 found (Magento2.Less.ColonSpacing.After)
22:13 warning Expected 1 space after colon in style definition; 12 found (Magento2.Less.ColonSpacing.After)
23:21 warning Expected 1 space after colon in style definition; 3 found (Magento2.Less.ColonSpacing.After)
24:19 warning Expected 1 space after colon in style definition; 6 found (Magento2.Less.ColonSpacing.After)
25:19 warning Expected 1 space after colon in style definition; 6 found (Magento2.Less.ColonSpacing.After)
26:20 warning Expected 1 space after colon in style definition; 5 found (Magento2.Less.ColonSpacing.After)
view/frontend/web/css/source/_precontract.less
2:24 warning Expected 1 space after colon in style definition; 8 found (Magento2.Less.ColonSpacing.After)
2:33 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
3:28 warning Expected 1 space after colon in style definition; 4 found (Magento2.Less.ColonSpacing.After)
4:29 warning Expected 1 space after colon in style definition; 3 found (Magento2.Less.ColonSpacing.After)
6:26 warning Expected 1 space after colon in style definition; 6 found (Magento2.Less.ColonSpacing.After)
21:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
27:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
27:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
37:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
42:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
44:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
57:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
58:22 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
62:27 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
73:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
73:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
85:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
92:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
92:12 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
97:48 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
103:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
104:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
104:12 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
105:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
106:26 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
118:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
122:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
129:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
130:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
136:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
136:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
view/frontend/web/css/source/_withdrawal-mobile.less
2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
4:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
8:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
9:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
10:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
11:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
11:73 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
11:73 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
11:75 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
12:57 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
13:79 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
13:81 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
15:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
16:45 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
17:37 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
19:34 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
19:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
19:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
20:26 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
24:57 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
24:57 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
26:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
26:63 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
28:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
30:41 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
30:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
33:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
34:44 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
37:9 warning Style definitions must end with a semicolon (Magento2.Less.SemicolonSpacing.NotAtEnd)
37:28 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
38:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
38:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
39:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
39:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
40:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
40:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
41:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
41:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
43:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
45:48 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
46:27 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
46:46 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
47:27 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
47:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
47:65 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
48:72 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
48:74 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
49:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
49:53 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
49:55 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
50:46 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
51:45 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
52:52 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
53:47 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
55:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
57:57 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
57:77 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
57:77 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
60:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
63:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
64:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
64:17 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
65:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
66:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
72:49 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
73:50 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
81:32 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
83:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
84:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
85:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
86:54 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
92:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
95:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
96:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
97:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
97:23 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
97:27 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
98:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
101:9 warning Style definitions must end with a semicolon (Magento2.Less.SemicolonSpacing.NotAtEnd)
101:28 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
102:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
102:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
103:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
103:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
106:22 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
113:34 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
113:34 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
119:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
120:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
120:16 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
120:16 warning Expected 1 space after colon in style definition; 0 found (Magento2.Less.ColonSpacing.NoneAfter)
121:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
122:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
137:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
142:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
147:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
155:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
158:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
159:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
160:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
161:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
168:39 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
170:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
172:35 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
175:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
176:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
177:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
183:32 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
188:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
195:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
196:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
197:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
198:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
205:32 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
208:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
208:53 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
209:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
210:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
211:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
212:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
213:42 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
215:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
215:50 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
216:40 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
219:26 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
221:91 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
222:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
224:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
224:55 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
224:57 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
226:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
227:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
228:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
229:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
229:29 warning Spaces should be before and after combinators (Magento2.Less.CombinatorIndentation.NoSpaces)
230:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
231:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
234:9 warning Style definitions must end with a semicolon (Magento2.Less.SemicolonSpacing.NotAtEnd)
234:28 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
235:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
235:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
236:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
236:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
237:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
237:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
238:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
245:34 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
245:34 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
248:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
251:36 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
252:44 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
253:35 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
256:53 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
256:71 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
256:71 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
259:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
260:52 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
261:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
262:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
265:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
265:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
265:68 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
268:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
269:44 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
269:61 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
270:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
273:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
274:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
277:9 warning Style definitions must end with a semicolon (Magento2.Less.SemicolonSpacing.NotAtEnd)
277:28 warning Expected 1 space after colon in style definition; newline found (Magento2.Less.ColonSpacing.AfterNewline)
278:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
278:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
279:1 warning Line indented incorrectly; expected 8 spaces, found 12 (Magento2.Less.Indentation.Incorrect)
279:13 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
280:39 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
280:39 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
282:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
282:70 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
282:70 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
282:72 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
283:57 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
283:57 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
283:59 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
284:45 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
285:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
285:70 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
287:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
288:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
289:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
290:67 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
291:52 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
296:44 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
297:47 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
298:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
298:76 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
298:76 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
298:78 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
299:52 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
299:52 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
299:54 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
300:51 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
300:51 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
300:53 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
302:41 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
302:56 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
304:62 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
306:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
307:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
308:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
313:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
314:46 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
314:63 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
314:63 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
314:65 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
316:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
317:40 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
319:61 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
320:65 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
320:65 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
320:67 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
322:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
323:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
324:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
325:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
325:25 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
326:5 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
327:46 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
329:37 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
329:54 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
329:54 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
332:28 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
333:9 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
334:9 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
335:9 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
336:9 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
337:9 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
338:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
341:38 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
341:55 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
342:39 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
345:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
view/frontend/web/css/source/_withdrawals-section.less
2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
4:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
6:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
14:40 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
17:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
27:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
45:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
45:17 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
49:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
60:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
66:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
70:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
80:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
91:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
91:12 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
100:28 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
100:48 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
100:53 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
106:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
106:12 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
110:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
112:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
112:17 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
117:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
125:23 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
130:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
139:14 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
152:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
155:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
163:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
169:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
173:31 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
177:31 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
184:13 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
194:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
194:17 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
198:27 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
198:50 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
198:70 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
198:75 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
210:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
210:17 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
220:28 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
220:41 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
220:61 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
220:66 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
229:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
234:35 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
237:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
237:17 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
241:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
247:23 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
252:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
272:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
283:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
283:17 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
285:26 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
291:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
303:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
309:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
321:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
326:22 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
329:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
334:25 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
336:55 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
338:48 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
339:55 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
340:68 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
340:95 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
340:95 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
340:97 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
343:29 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
353:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
363:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
364:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
365:28 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
371:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
371:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
378:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
381:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
387:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
view/frontend/web/css/source/_checkout-waiver.less
6:1 warning Id selector is used (Magento2.Less.AvoidId.IdSelectorUsage)
11:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
12:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
13:28 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
16:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
23:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
30:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
31:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
37:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
39:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
43:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
60:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
61:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
65:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
65:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
69:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
76:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
77:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
82:39 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
86:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
94:20 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
100:17 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
103:31 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
103:40 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
103:49 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
104:31 warning Space before opening brace is missing (Magento2.Less.BracesFormatting.SpacingBeforeOpen)
104:40 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
104:49 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
110:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
110:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
115:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
115:16 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
119:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
135:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
136:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
137:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
138:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
142:42 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
143:64 warning Each property must be on a line by itself (Magento2.Less.PropertiesLineBreak.SameLine)
143:66 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
144:46 warning Expected 0 blank lines before closing brace of class definition; -1 found (Magento2.Less.BracesFormatting.SpacingBeforeClose)
155:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
155:17 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
156:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
160:77 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
167:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
173:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
173:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
177:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
178:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
183:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
188:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
190:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
198:27 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
199:30 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
203:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
204:22 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
208:27 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
219:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
219:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
231:24 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
237:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
238:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
238:12 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
243:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
243:30 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
249:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
250:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
250:12 warning CSS colours must use shorthand if available; expected #fff but found #ffffff (Magento2.Less.ColourDefinition.Shorthand)
251:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
252:26 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
259:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
261:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
264:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
268:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
269:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
275:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
276:21 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
282:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
282:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
view/adminhtml/templates/request/tab/general.phtml
37:212 warning Line exceeds 120 characters; contains 223 characters (Generic.Files.LineLength.TooLong)
45:120 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
48:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
82:129 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
160:118 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
186:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
208:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
view/adminhtml/templates/request/notes.phtml
25:125 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
40:129 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
59:138 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
64:132 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
view/adminhtml/web/css/withdrawal-admin.less
3:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
4:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
18:16 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
21:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
21:62 warning Use single quotes (Magento2.Less.Quotes.DoubleQuotes)
36:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
41:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
42:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
43:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
44:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
62:17 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
62:30 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
66:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
68:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
71:23 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
85:14 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
90:18 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
90:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
91:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
92:20 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
92:26 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
96:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
98:20 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
107:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
110:27 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
114:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
118:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
119:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
120:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
121:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed)
124:14 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
124:21 warning Values starts from "0" (Magento2.Less.ZeroUnits.ZeroUnitFound)
126:23 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
126:35 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
133:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
133:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
134:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
134:19 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting)
134:26 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
134:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
138:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
139:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
140:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
140:26 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
144:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
145:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
146:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
146:26 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
150:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
150:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
151:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
151:31 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
152:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
152:26 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
152:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
156:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
156:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
157:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
157:31 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
158:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
158:26 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
158:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
162:17 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
162:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
163:19 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
163:31 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
164:12 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable)
164:26 warning Inline comment should have 1 space before "//" (Magento2.Less.CommentLevels.SpaceMissedBefore)
164:29 warning Named colours are forbidden; use hex, rgb, or rgba values instead (Squiz.CSS.NamedColours.Forbidden)
view/base/templates/email/withdrawal_link_snippet.phtml
13:1 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
15:1 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
16:1 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
19:1 warning Line exceeds 120 characters; contains 182 characters (Generic.Files.LineLength.TooLong)
22:1 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong)
25:1 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong)
34:1 warning Line exceeds 120 characters; contains 312 characters (Generic.Files.LineLength.TooLong)
42:1 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong)
Api/Token/MagicLinkServiceInterface.php
46:43 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Api/Request/StatusMachineInterface.php
24:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
24:12 warning $request parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Api/Data/EligibilityDecisionInterface.php
55:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
56:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
Api/Data/RefundBreakdownInterface.php
22:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
22:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
48:72 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Api/Data/RequestNoteInterface.php
19:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
22:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
23:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
25:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
28:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
29:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
31:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
34:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
35:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
37:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
40:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
41:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
43:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
49:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
52:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
53:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Api/Data/Precontract/SnapshotInterface.php
27:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
27:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
30:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
30:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
36:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
36:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
39:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
39:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
45:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
45:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
48:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
48:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
51:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
51:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
54:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
54:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
57:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
57:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
60:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
60:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
63:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
63:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
66:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
66:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Api/Data/ItemInterface.php
23:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
26:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
27:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
29:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
32:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
33:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
35:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
39:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
41:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
44:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
45:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
47:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
50:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
51:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
53:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
56:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
57:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
59:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
62:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
63:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
65:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
68:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
69:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
71:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
74:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
75:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
77:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
80:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
81:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Api/Data/RequestInterface.php
63:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
66:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
67:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
69:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
72:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
73:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
75:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
78:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
79:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
81:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
85:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
87:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
90:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
91:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
93:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
96:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
97:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
99:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
102:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
103:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
105:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
108:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
109:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
111:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
114:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
115:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
117:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
120:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
121:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
123:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
126:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
127:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
129:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
132:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
133:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
135:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
138:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
139:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
141:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
144:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
145:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
147:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
150:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
151:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
153:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
156:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
157:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
159:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
162:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
163:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
165:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
168:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
169:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
171:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
174:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
175:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
177:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
180:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
181:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
183:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
186:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
187:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
189:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
192:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
193:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
195:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
198:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
199:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
201:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
204:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
205:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
207:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
210:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
211:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
213:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
216:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
217:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
219:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
222:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
223:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
225:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
228:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
229:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
231:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
234:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
235:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
237:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
240:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
241:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
243:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
246:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
247:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
249:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
252:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
253:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
255:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
258:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
259:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
261:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
264:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
265:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
267:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
270:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
271:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
273:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
276:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
277:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
279:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
282:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
283:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Api/Data/EligibilityResultInterface.php
19:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
20:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Api/ItemRepositoryInterface.php
14:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
14:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
15:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Api/RuleInterface.php
42:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
50:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Api/Seal/SealKindResolverInterface.php
14:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
15:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Api/RequestRepositoryInterface.php
17:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
18:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
20:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Block/Adminhtml/Request/Notes.php
36:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
36:12 warning $userFactory parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
50:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
50:13 warning Method name "Notes::getRequest_" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
134:61 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Adminhtml/Request/Tab/General.php
26:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
30:29 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
31:18 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
143:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
143:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
174:80 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
189:73 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
207:64 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
227:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
351:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
358:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
421:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
429:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
430:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Request/Edit.php
22:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
130:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong)
176:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
263:16 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
264:20 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
265:23 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
266:269 warning Line exceeds 120 characters; contains 269 characters (Generic.Files.LineLength.TooLong)
286:16 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
287:20 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
288:22 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
289:18 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
290:25 warning The use of function addslashes() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
292:447 warning Line exceeds 120 characters; contains 447 characters (Generic.Files.LineLength.TooLong)
Block/Withdraw/Success.php
28:31 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
29:18 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
30:29 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
31:18 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
221:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
221:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
257:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Block/Withdraw/OrderSelector.php
25:33 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
124:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
138:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
145:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
146:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
148:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
295:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Block/Withdraw/Form.php
86:75 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
179:16 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
268:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
269:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
287:19 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
Block/Withdraw/WaiverReasonRenderer.php
16:17 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
17:17 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Block/Withdraw/ExistingWithdrawals.php
39:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
39:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Withdraw/ItemSelector.php
37:29 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
38:18 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
89: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)
166:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
167:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
169:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
218:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
218:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
257:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
277:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
278:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
334:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
411:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
411:9 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
424:42 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
440:57 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
477:9 warning No blank lines are allowed before short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
478:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Block/Withdraw/ProgressStepper.php
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)
Block/Withdraw/ReturnSummary.php
26:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
26:12 warning $taxDisplay parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
50:75 warning Short description should not be in multi lines (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)
140:13 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Block/Sales/Order/WithdrawalsSection.php
63:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
63:12 warning $periodDays parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
91:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
147:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
148:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
255:191 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong)
256:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
257:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
258:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
259:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
308:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
316:191 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong)
320:208 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
324:187 warning Line exceeds 120 characters; contains 187 characters (Generic.Files.LineLength.TooLong)
432:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
464:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
465:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
467:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
470:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong)
471:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
472:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
473:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong)
474:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
475:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
479:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
480:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
480:15 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
499:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
500:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Email/Layout.php
115:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
116:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
117:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
129:308 warning Line exceeds 120 characters; contains 308 characters (Generic.Files.LineLength.TooLong)
130:254 warning Line exceeds 120 characters; contains 254 characters (Generic.Files.LineLength.TooLong)
131:283 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong)
132:270 warning Line exceeds 120 characters; contains 270 characters (Generic.Files.LineLength.TooLong)
133:403 warning Line exceeds 120 characters; contains 403 characters (Generic.Files.LineLength.TooLong)
134:267 warning Line exceeds 120 characters; contains 267 characters (Generic.Files.LineLength.TooLong)
135:330 warning Line exceeds 120 characters; contains 330 characters (Generic.Files.LineLength.TooLong)
136:254 warning Line exceeds 120 characters; contains 254 characters (Generic.Files.LineLength.TooLong)
137:307 warning Line exceeds 120 characters; contains 307 characters (Generic.Files.LineLength.TooLong)
138:281 warning Line exceeds 120 characters; contains 281 characters (Generic.Files.LineLength.TooLong)
139:259 warning Line exceeds 120 characters; contains 259 characters (Generic.Files.LineLength.TooLong)
140:394 warning Line exceeds 120 characters; contains 394 characters (Generic.Files.LineLength.TooLong)
143:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
144:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
180:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
181:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
276:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
280:9 warning The use of function ob_start() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Block/Email/WithdrawalLinkSnippet.php
89:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
106:186 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong)
120:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
121: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)
155:1 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
157:1 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
160:1 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
162:1 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
163:1 warning Line exceeds 120 characters; contains 315 characters (Generic.Files.LineLength.TooLong)
Block/Email/ItemsTable.php
58:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
59:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
73:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
149:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
168:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
169:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
171:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
174:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
175:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
176:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
177:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
178:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
240:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
241:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
241:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
243:16 warning Line exceeds 120 characters; contains 226 characters (Generic.Files.LineLength.TooLong)
245:13 warning $items parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
245:13 warning $statusBadge parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
281:9 warning The use of function ob_start() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Block/Checkout/PrecontractInfo.php
30:32 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)