Magento Coding Standard (PHPCS) report for malibucommerce/mconnect-magento2
===========================================================================
Package version: 2.23.5 | Magento: 2.4.9 | Tested: 2026-05-26
112 errors, 1495 warnings in 163 files
Framework/View/Layout/HelperCondition.php
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
20:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
23:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
55:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
59:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
62:19 warning The use of function call_user_func() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
67:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
68:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Plugin/ProductPlugin.php
50:8 warning $originalSpecialPrice parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
54:12 warning $originalFinalPrice parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Plugin/Framework/View/Layout/Reader/Visibility/ConditionPlugin.php
11:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
12:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
12:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
13:8 warning $result parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
14:8 warning $element parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
14:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Plugin/Customer/Model/AddressPlugin.php
36:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
91:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
92:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
92:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
92:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
93:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Plugin/Order/PaymentPlugin.php
9:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
10:8 warning $order parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
10:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
10:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
11:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
15:12 warning $orderPayment parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Plugin/OrderPlugin.php
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
46:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
48:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
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)
62:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
63:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
76:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
78:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
86:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
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)
119:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
Helper/Data.php
13:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
53:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
55:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
76:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
98:14 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
105:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
114:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
115:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
135:14 warning The use of function is_dir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
136:13 warning The use of function mkdir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::createDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
141:17 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
144:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
153:36 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
154:25 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
174:32 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
223:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
229:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
230:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
230:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
231:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
236:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
256:13 warning The use of function file_put_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
256:41 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
265:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
266:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
316:57 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
327:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
328:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
380:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
381:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
398:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
399:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
409:20 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
415:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
416:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Helper/Customer.php
35:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
82:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
106:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
107:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
111:47 warning Each PHP statement must be on a line by itself (Generic.Formatting.DisallowMultipleStatements.SameLine)
Helper/NavReports.php
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Helper/Mail.php
76:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:8 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)
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)
134:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
135:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
159:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
160:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Cron.php
25:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
64:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
65:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
82:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
83:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
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)
120:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
139:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong)
141:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
143:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
151:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
152:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
188:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
189:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
213:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
214:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Config.php
12:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
13:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
21:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
32:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
42:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
43:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
50:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
51:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
68:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
69:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
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)
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)
119:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
120:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
134:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
135:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
163:109 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
189:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
190:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
200:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
201:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
216:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
217:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
226:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
227:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
236:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
237:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
243:16 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
248:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
249:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
258:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
259:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
276:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
277:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
284:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
285:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
285:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
294:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
295:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
310:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
311:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
311:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
326:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
327:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
336:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
337:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
346:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
347:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
387:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
388:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
425:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
426:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
435:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
436:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
445:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
446:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
467:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
468:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
477:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
478:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
487:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
488:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
500:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
501:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
510:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
511:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
520:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
521:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
530:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
531:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
540:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
541:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
550:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
551:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
560:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
581:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
582:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
591:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
592:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
601:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
606:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
607:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
616:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
617:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
650:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
651:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
660:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
661:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
670:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
671:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
751:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
768:19 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
769:13 warning The use of function curl_setopt_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
770:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
779:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
782:29 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
784:17 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
787:27 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
788:21 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
792:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
794:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
837:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
838:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/SimpleXMLExtended.php
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Adminhtml/Queue.php
6:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
8:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
10:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
12:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Adminhtml/Config/Backend/Cron.php
7:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
9:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
13:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
14:34 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
17:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
18:34 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
21:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
22:34 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
25:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
26:34 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
29:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
30:34 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
33:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
34:34 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
37:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
38:34 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
41:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
42:34 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Model/Adminhtml/Config/Backend/Cron/SyncSchedule.php
9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
11:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
13:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
14:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
21:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
22:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
29:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
30:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
37:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
38:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
45:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
46:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
53:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
54:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
61:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
62:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
76:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Adminhtml/Config/Source/RmaStatus.php
14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Adminhtml/Config/Source/CustomerGroups.php
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Adminhtml/Config/Source/Authentication.php
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
13:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Model/Adminhtml/System/Config/Product/Attribute/Set.php
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
24:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Adminhtml/System/Config/Product/Visibility.php
12:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Adminhtml/System/Config/Sales/Invoice/Capture/Type.php
6:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Adminhtml/Pricerule.php
7:105 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
11:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
13:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/Queue.php
25:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
26:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
28:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
29:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
31:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
32:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
33:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
35:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
88:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
106:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
244:184 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong)
285:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
303:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
304:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
304:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
304:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
306:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
343:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
375:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
386:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
395:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
400:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
405:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
410:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
415:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
420:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
433:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
438:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
443:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
448:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
453:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
458:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/PriceRuleImport/Cron.php
42:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
43:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/PriceRuleImport/ImportProcessor.php
13:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
62:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
63:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/PriceRuleImport/FileProcessor.php
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
75:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
76:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
87:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
88:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
99:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
100:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
200:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
201:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
Model/PriceRuleImport/ImportDirectoryHandlerCron.php
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
20:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
76:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
102:59 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
102:75 warning The use of function filemtime() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
106:25 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/PriceRuleImport/Validator.php
33:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
82:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
82:43 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
83:13 warning Expected 0 spaces before closing parenthesis; newline found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
Model/ResourceModel/Adminhtml/Queue/Grid/Collection.php
25:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
47:31 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/Adminhtml/Queue/Collection.php
7:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
8:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
9:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/ResourceModel/Adminhtml/Pricerule/Grid/Collection.php
25:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
Model/ResourceModel/Adminhtml/Pricerule/Collection.php
7:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
8:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
9:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/ResourceModel/Queue.php
24:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
24:12 warning $serializer parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
33: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)
64:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
65:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
102:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
103:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
121:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
124:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
141:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
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)
171:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
172:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/ResourceModel/Connection/Collection.php
6:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
8:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/PriceRuleImport/SavePriceRuleImportEntity.php
25:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
26:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/ResourceModel/PriceRuleImport.php
12:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
13:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
20:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
21:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/ResourceModel/Customer/Grid/Collection.php
11:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
19:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
24:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
29:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/Queue/Collection.php
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
9:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
12:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
13:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
53:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
56:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
61:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
64:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/Order/Grid/Collection.php
9:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
17:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
22:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
27:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
Model/ResourceModel/Pricerule/Collection.php
45:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
164:20 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
175:16 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
Model/ResourceModel/Pricerule.php
6:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/PriceRuleImport.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)
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)
93:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
94:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
101:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
102:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
110:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
111:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
118:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
119:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
127:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
128:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
135:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
136:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
144:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
145:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
152:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
153:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
161:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
162:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
178:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
179:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
186:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
187:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
195:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
196:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
203:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
204:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
212:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
213:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
220:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
221:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Logger/Handler.php
12:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
15:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
22:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType)
38:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType)
Model/Queue/Invoice.php
7:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
8:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
55:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
78:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
102:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
180:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
181:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
182:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
Model/Queue/Shipment.php
10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
11:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
78:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
106:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
122:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
140:19 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
172:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
175:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
205:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
207:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
220:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
221:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
249:33 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge)
255:33 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge)
265:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
271:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
309:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
310:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
351:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
352:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
384:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
385:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
396:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
397:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
423:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
424:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
443:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Queue/ImportableEntity.php
5:11 warning Interface should have name that ends with "Interface" suffix. (Magento2.NamingConvention.InterfaceName.WrongInterfaceName)
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
9:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
11:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Queue/Order.php
9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
29:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
45:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
99:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
Model/Queue/Inventory/SourceItemsProcessor.php
68:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
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)
Model/Queue/Rma.php
9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
48:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
66:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
90:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
91:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
107:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
108:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
258:23 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge)
283:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
Model/Queue/Customer.php
16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
86:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
118:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
123:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
130:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
131:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
131:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
192:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
193:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
193:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
193:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
217:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
218:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
249:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
314:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
315:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
362:36 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
441:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
446:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
493:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
494:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
494:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
494:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
496:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
497:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
522:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
523:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
656:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
657:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
682:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
774:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
775:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
789:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
896:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 17 (PSR2.Methods.FunctionCallSignature.Indent)
925:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
926:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Queue/Creditmemo.php
9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
41:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
57:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
58:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Queue/Promotion.php
18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
21:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
22:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
70:12 warning $stockRegistryProvider parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
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)
105:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
106:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
131:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
132:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
175:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
176:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
220:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
221:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
269:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
270:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
301:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
302:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
302:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Queue/Product.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
73:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
97:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
102:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
109:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
118:12 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)
186:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
186:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
297:17 warning The use of function sizeof() is discouraged; use count()() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
475:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
489:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
504:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
505:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
542:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
555:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
564:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
573:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
574:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
586:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
595:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
602:12 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Model/Queue/Inventory.php
31:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
32:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
121:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
150:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
239:15 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
242:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
311:47 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Queue/Pricerule.php
10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
11:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
12:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
44:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
60:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
65:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
66:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
66:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
66:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments)
68:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
122:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
165:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
184:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong)
185:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
218:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
252:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
253:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Config/Source/PaymentMethods.php
8:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/Invoice/Pdf.php
9:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
29:28 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Navision/Invoice.php
7:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
8:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/Shipment.php
7:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
8:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/Order.php
12:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
104:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
148:13 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
240:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
244:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
386:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
387:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
438:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/Connection/Soap/Client.php
32:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
44:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
49: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)
66:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
67:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
74:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
75:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84:1 error PHP syntax error: Declaration of MalibuCommerce\MConnect\Model\Navision\Connection\Soap\Client::__doRequest($request, $location, $action, $version, $oneWay = 0): ?string must be compatible with SoapClient::__doRequest(string $request, string $location, string $action, int $version, bool $oneWay = false, ?string $uriParserClass = null): ?string (Generic.PHP.Syntax.PHPSyntax)
88:15 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
96:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
97:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
98:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
101:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
102:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
105:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
106:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
110:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
111:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
113:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
115:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
116:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
119:25 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
121:13 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
125:23 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
126:17 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
129:9 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Navision/Connection/Stream.php
10:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
57:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
67:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
72:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
78:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
89:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
90:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
97:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
97:12 warning Method name "Stream::stream_open" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
97:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
110:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
120:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
125:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
125:12 warning Method name "Stream::stream_close" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
125:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
127:9 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
130:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
130:12 warning Method name "Stream::stream_read" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
130:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
141:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
141:12 warning Method name "Stream::stream_write" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
141:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
150:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
150:12 warning Method name "Stream::stream_eof" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
150:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
155:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
155:12 warning Method name "Stream::stream_tell" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
155:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
160:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
160:12 warning Method name "Stream::stream_flush" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
160:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
166:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
166:12 warning Method name "Stream::stream_stat" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
166:21 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
175:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
175:12 warning Method name "Stream::url_stat" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
177:23 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
180:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
187:35 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
188:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
191:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
192:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
195:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
197:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
201:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
202:13 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
205:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
208:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
213:9 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
218:35 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
220:21 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Navision/Connection/Soap.php
19:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
20:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
21:23 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
23:22 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
24:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
25:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
26:22 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
27:29 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
29:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
43:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
44:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
61:23 warning The use of function call_user_func_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
77:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
96:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
102:33 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
102:33 warning The use of function stream_get_wrappers() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
104:18 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
104:18 warning The use of function stream_wrapper_unregister() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
105:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
108:14 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
108:14 warning The use of function stream_wrapper_register() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
109:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
116:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
122:32 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
138:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
144:13 warning The code must be wrapped with a try block if the method uses system resources. (Magento2.Exceptions.TryProcessSystemResources.MissingTryCatch)
144:13 warning The use of function stream_wrapper_restore() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
149:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
153:27 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
155:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
163:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
164:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
175:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
176:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/Export/Common.php
11:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
12:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
32:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
50:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
58:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
83:38 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Navision/Sales/Invoice.php
7:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
8:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/Navision/Statement/Pdf.php
9:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
30:28 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Navision/Rma.php
7:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
8:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/Customer.php
44:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
80: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)
128:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
129:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
130:8 warning false is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType)
153:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
154:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
166:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
Model/Navision/Creditmemo.php
44:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
73:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
74:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
81:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
103:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
103:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/AbstractModel.php
27:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
46:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
63:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
64:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
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)
98:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
99:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
113:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
114:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
114:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
123:15 warning Extra @param found in method annotation (Magento2.Annotation.MethodArguments.ExtraParam)
128:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
137:17 warning The use of function sleep() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
153:203 warning Line exceeds 120 characters; contains 203 characters (Generic.Files.LineLength.TooLong)
156:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
167:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
168:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
193:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
199:16 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
204:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
229:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
235:42 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Navision/Order/Pdf.php
9:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
14:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
15:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
15:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
16:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
36:28 warning The use of function base64_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Navision/Order/History.php
7:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
8:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
Model/Navision/Promotion.php
35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
55:14 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
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)
85:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
93:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
94:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
101:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
102:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
121:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
122: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/Navision/Product.php
12:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
Model/Navision/Inventory.php
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Navision/Connection.php
16:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
21:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
25:16 warning The use of function call_user_func_array() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
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)
40:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
41:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Navision/Pricerule.php
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Pricerule.php
20:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
40:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
58:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Model/Cron/Queue.php
11:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
42:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
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)
118:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
119:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
163:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
164:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
214:1 warning Code must not contain multiple empty lines in a row; found 3 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
245:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
246:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
254:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
255:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
263:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
264:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
313:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
314:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
336:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
337:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
339:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
360:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
361:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
375:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
376:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
444:13 warning The use of function sleep() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
458:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
459:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
527:13 warning The use of function sleep() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Observer/CheckOrderStatus.php
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
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)
73:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
91:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
92:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
92:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
93:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
110:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
115:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
Observer/SalesEventCreditmemoSaveObserver.php
26:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
65:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
66:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
66:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
67:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
77:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
Observer/AggregateCatalogProductTierPriceObserver.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
26:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
28:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
37:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
77:40 error Class 'Zend_Db_Select' is restricted in /data/vendor/malibucommerce/mconnect-magento2/Observer/AggregateCatalogProductTierPriceObserver.php. Suggested replacement: \Magento\Framework\DB\Select (Magento2.Legacy.RestrictedCode.ZendDbSelect)
Observer/SalesEventQuoteSubmitBeforeObserver.php
29:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
30:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Observer/AfterCustomerSaveObserver.php
22:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Observer/SalesEventQuoteSubmitSuccessObserver.php
34:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
76:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
77:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
77:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
78:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
95:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Observer/ProcessLivePromotionPriceObserver.php
35:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
97:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
98:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
98:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Observer/BeforeCustomerSaveObserver.php
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Observer/AfterCustomerAddressSaveObserver.php
22:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
64:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Observer/ProcessFinalPriceObserver.php
31:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Setup/UpgradeData.php
1:1 error UpgradeData scripts are obsolete. Please use data patches approach in module's Setup/Patch/Data dir (Magento2.Legacy.InstallUpgrade.ObsoleteUpgradeDataScript)
30:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
46:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
60:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
107:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
107:15 warning Method name "UpgradeData::upgrade1_0_1" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
174:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
174:15 warning Method name "UpgradeData::upgrade1_1_6" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
256:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
256:15 warning Method name "UpgradeData::upgrade1_1_17" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
264:71 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
264:111 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
265:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
265:20 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
305:46 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
305:72 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
306:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent)
306:55 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
311:46 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
311:72 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
312:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent)
312:55 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
321:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
321:15 warning Method name "UpgradeData::upgrade1_1_19" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
330:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
330:15 warning Method name "UpgradeData::upgrade1_1_42" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
346:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
346:15 warning Method name "UpgradeData::upgrade2_9_2" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
362:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
362:15 warning Method name "UpgradeData::upgrade2_10_13" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
420:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
420:15 warning Method name "UpgradeData::upgrade2_12_2" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
483:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
483:15 warning Method name "UpgradeData::upgrade2_12_3" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
498:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
498:15 warning Method name "UpgradeData::upgrade2_13_7" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
Setup/UpgradeSchema.php
1:1 error UpgradeSchema scripts are obsolete. Please use declarative schema approach in module's etc/db_schema.xml file (Magento2.Legacy.InstallUpgrade.ObsoleteUpgradeSchemaScript)
15:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
89:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
181:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
181:15 warning Method name "UpgradeSchema::upgrade1_1_1" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
194:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
194:15 warning Method name "UpgradeSchema::upgrade1_1_5" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
210:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
210:15 warning Method name "UpgradeSchema::upgrade1_1_19" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
228:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
228:15 warning Method name "UpgradeSchema::upgrade2_0_0" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
259:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
259:15 warning Method name "UpgradeSchema::upgrade2_2_0" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
282:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
282:15 warning Method name "UpgradeSchema::upgrade2_4_5" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
296:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
296:15 warning Method name "UpgradeSchema::upgrade2_4_6" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
338:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
338:15 warning Method name "UpgradeSchema::upgrade2_6_0" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
354:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
354:15 warning Method name "UpgradeSchema::upgrade2_6_1" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
389:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
389:15 warning Method name "UpgradeSchema::upgrade2_7_4" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
421:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
421:15 warning Method name "UpgradeSchema::upgrade2_9_9" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
443:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
443:15 warning Method name "UpgradeSchema::upgrade2_10_9" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
480:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
480:15 warning Method name "UpgradeSchema::upgrade2_12_3" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
513:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
513:15 warning Method name "UpgradeSchema::upgrade2_12_5" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
527:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
527:15 warning Method name "UpgradeSchema::upgrade2_13_7" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
540:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
540:15 warning Method name "UpgradeSchema::upgrade2_21_0" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
550:18 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
Console/Command/ImportAllCommand.php
49:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
56:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Console/Command/ExportAllCommand.php
25:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
35:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
43:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Console/Command/ProcessItemCommand.php
16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
20:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
44:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
58:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
94:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
113:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
114:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
118:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
119:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
127:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
130:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
Console/Command/ImportPriceRulesFromCSV.php
22:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
24:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
25:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
26:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
70:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
87:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
112:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
123:21 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
126:21 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
133:27 warning The use of function fopen() is discouraged; use Magento\Framework\Filesystem\DriverInterface::fileOpen() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
146:35 warning The use of function fgets() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
193:35 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
194:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent)
194:45 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
195:38 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
196:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent)
196:35 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
216:8 warning $table parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
216:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
217:8 warning $data parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
217:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
218:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
222:15 warning $updateColumns parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Ui/DataProvider/PriceRuleImport.php
10:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Ui/Component/Listing/Column/Message.php
8:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
8:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
29:173 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong)
30:214 warning Line exceeds 120 characters; contains 214 characters (Generic.Files.LineLength.TooLong)
Ui/Component/Listing/Column/Status.php
10:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
10:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
19:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Ui/Component/Listing/Column/IncrementId.php
8:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
19:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
75:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
95:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
101:208 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
Ui/Component/Listing/Column/Website.php
7:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
10:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
31:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
38:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
40:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
81:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
82:225 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong)
Ui/Component/Listing/Column/Log.php
13:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
19:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
33:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Ui/Component/Listing/Column/Download.php
13:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
Ui/Component/Listing/Column/Details.php
8:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
8:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
23:67 warning The use of function html_entity_decode() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Ui/Component/Listing/Column/Duration.php
8:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
8:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Ui/Component/Listing/Column/NavStatus.php
17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
30:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
38:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
Controller/Navision.php
10:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
53:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Controller/Adminhtml/PriceRuleImport/AbstractController.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Controller/Adminhtml/PriceRuleImport/Index.php
43:290 warning Line exceeds 120 characters; contains 290 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/PriceRuleImport/Save.php
77:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/PriceRuleImport/FileUploader/Save.php
34:62 error Direct use of $_FILES Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageError)
Controller/Adminhtml/PriceRuleImport/Validate.php
48:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Adminhtml/Queue/MassReQueue.php
10:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
11:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Queue/Index.php
6:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Adminhtml/Queue/Queue.php
9:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
41:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Adminhtml/Queue/MassSyncNow.php
10:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
11:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Queue/Log.php
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Adminhtml/Queue/Sync.php
7:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Adminhtml/Queue/MassDelete.php
10:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
11:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Queue/MassReQueueAndSyncNow.php
10:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
11:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Queue/AbstractMassAction.php
32:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
Controller/Adminhtml/Order/MassQueue.php
15:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
64:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
75:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
79:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Order/EditNavId.php
24:12 warning $context parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
24:12 warning $messageManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
24:12 warning $orderRepository parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
28:5 warning There must be a single space between the closing parenthesis/return type and the opening brace of a multi-line function declaration; found 0 spaces (Squiz.Functions.MultiLineFunctionDeclaration.SpaceBeforeOpenBrace)
34:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
35:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
46:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Order/MassProceed.php
80:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
81:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
100:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
134:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong)
139:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Order/MassSynced.php
16:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
44:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
53:12 warning $config parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
53:12 warning $queueCollectionFactory parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
73:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
84:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
88:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/Pricerule/Index.php
7:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
8:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Adminhtml/Pricerule/PriceruleAction.php
12:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
25:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
37:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Controller/Adminhtml/Pricerule/Save.php
21:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
21:12 warning $resultPageFactory parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
68:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Controller/Adminhtml/System/Config/Connection/Triggerpassword.php
31:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Controller/Adminhtml/System/Config/Connection/Test.php
80:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
83:172 warning Line exceeds 120 characters; contains 172 characters (Generic.Files.LineLength.TooLong)
Controller/Sync/Productsync.php
49:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
152:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Controller/Navision/Invoiceview.php
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
55:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
Controller/Navision/Invoice.php
28:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
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)
Controller/Navision/Orderhistory.php
29:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
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)
Controller/Navision/Statement.php
21:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Controller/Navision/Statementview.php
22:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
57:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
Controller/Navision/Orderview.php
22:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
37:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
38:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
55:17 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
view/frontend/templates/navision/orders.phtml
7:27 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
7:56 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
13:52 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
15:91 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
15:189 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
15:218 warning Line exceeds 120 characters; contains 243 characters (Generic.Files.LineLength.TooLong)
16:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
36:57 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
38:101 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
38:165 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
38:199 warning Line exceeds 120 characters; contains 202 characters (Generic.Files.LineLength.TooLong)
42:60 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
44:107 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
44:174 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
44:211 warning Line exceeds 120 characters; contains 214 characters (Generic.Files.LineLength.TooLong)
52:50 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
54:87 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
54:183 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
54:210 warning Line exceeds 120 characters; contains 235 characters (Generic.Files.LineLength.TooLong)
55:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
75:55 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
77:97 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
77:159 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
77:191 warning Line exceeds 120 characters; contains 194 characters (Generic.Files.LineLength.TooLong)
81:58 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
83:103 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
83:168 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
83:203 warning Line exceeds 120 characters; contains 206 characters (Generic.Files.LineLength.TooLong)
91:66 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
91:136 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
91:151 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong)
96:13 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
100:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
101:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
102:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
103:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
104:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
105:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
113:33 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
114:33 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
115:25 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
116:25 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
117:33 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
118:33 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
119:58 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
119:130 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
119:143 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
125:15 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
128:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
view/frontend/templates/navision/statements.phtml
4:27 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
4:57 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
10:52 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
12:91 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
12:204 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
12:233 warning Line exceeds 120 characters; contains 257 characters (Generic.Files.LineLength.TooLong)
13:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
37:50 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
39:87 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
39:198 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
39:225 warning Line exceeds 120 characters; contains 249 characters (Generic.Files.LineLength.TooLong)
40:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
64:66 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
64:144 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
64:167 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong)
67:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
view/frontend/templates/navision/invoices.phtml
7:27 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
7:51 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong)
13:52 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
15:91 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
15:189 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
15:218 warning Line exceeds 120 characters; contains 242 characters (Generic.Files.LineLength.TooLong)
16:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
36:57 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
38:101 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
38:165 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
38:199 warning Line exceeds 120 characters; contains 201 characters (Generic.Files.LineLength.TooLong)
42:62 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
44:111 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
44:180 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
44:219 warning Line exceeds 120 characters; contains 221 characters (Generic.Files.LineLength.TooLong)
52:50 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
54:87 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
54:183 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
54:210 warning Line exceeds 120 characters; contains 234 characters (Generic.Files.LineLength.TooLong)
55:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
75:55 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
77:97 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
77:159 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
77:191 warning Line exceeds 120 characters; contains 193 characters (Generic.Files.LineLength.TooLong)
81:60 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
83:107 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
83:174 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
83:211 warning Line exceeds 120 characters; contains 213 characters (Generic.Files.LineLength.TooLong)
91:66 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
91:136 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
91:151 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong)
96:13 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
100:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
101:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
102:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
103:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
104:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
105:21 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
114:35 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
115:35 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
116:35 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
117:25 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
118:25 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
119:25 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
120:58 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
120:136 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
120:149 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
126:15 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
129:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
view/frontend/templates/sync/product.phtml
3:57 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
4:63 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
5:61 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
11:57 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
view/frontend/email/navision_customer_reset_password.html
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var store.getFrontendName() (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var this.getUrl($store,'customer/account/createPassword/',[_query:[id:$customer.id,token:$customer.rp_token],_nosid:1]) (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable)
view/frontend/web/js/vkbeautify.js
1:1 warning End of line character is invalid; expected "\n" but found "\r\n" (Generic.Files.LineEndings.InvalidEOLChar)
1:1 error Avoid using self-closing tag with non-void html element - "<100;ix++){ shift.push(shift[ix]+space); } return shift; } function vkbeautify(){ this.step = ' '; // 4 spaces this.shift = createShiftArr(this.step); }; vkbeautify.prototype.xml = function(text,step) { var ar = text.replace(/> (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
1:1 error Avoid using self-closing tag with non-void html element - " // if(ar[ix].search(/\/> (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
52:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
54:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
55:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
56:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
57:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
58:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
59:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
60:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
61:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
62:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
63:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
64:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
65:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
67:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
69:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
70:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
71:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
73:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
74:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
75:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
76:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
77:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
81:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
87:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
88:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
89:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
90:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
91:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
92:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
93:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
94:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
95:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
96:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
97:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
99:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
100:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
101:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
102:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
103:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
104:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
105:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
106:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
107:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
108:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
109:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
110:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
111:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
112:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
113:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
114:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
115:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
116:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
117:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
118:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
119:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
120:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
121:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
122:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
123:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
124:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
125:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
126:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
127:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
128:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
129:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
130:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
131:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
132:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
133:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
134:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
135:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
136:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
136:1 error PHP syntax error: syntax error, unexpected token "..." (Generic.PHP.Syntax.PHPSyntax)
136:7 warning Short PHP opening tag used; expected "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
5:33 warning Short echo tag syntax must be used; expected "=" but found "escapeHtml() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
16:101 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
16:139 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
16:196 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong)
view/adminhtml/email/navision_error_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)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "
" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Template @vars comment block contains invalid JSON. (Magento2.Html.HtmlDirective.HtmlTemplatesInvalidVarsJSON)
view/adminhtml/email/navision_retry_order_error_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 Template @vars comment block contains invalid JSON. (Magento2.Html.HtmlDirective.HtmlTemplatesInvalidVarsJSON)
view/adminhtml/email/navision_retry_customer_error_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 Template @vars comment block contains invalid JSON. (Magento2.Html.HtmlDirective.HtmlTemplatesInvalidVarsJSON)
Block/Adminhtml/Queue/Log.php
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)
Block/Adminhtml/Order/View/Tab.php
24:12 warning $context parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
24:12 warning $registry parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
24:12 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
25:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 9 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
26:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 9 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
27:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 9 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
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)
41:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
42:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
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)
57:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
58:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
65:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
66:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Adminhtml/Pricerule/Edit/SaveAndContinueButton.php
10:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
11:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Adminhtml/Pricerule/Edit/SaveButton.php
9:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
10:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Adminhtml/Pricerule/Edit/DeleteButton.php
9:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
10:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
29:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
30:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Adminhtml/Pricerule/Edit/BackButton.php
9:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
10:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Adminhtml/Pricerule/Edit/ResetButton.php
9:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
10:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Adminhtml/System/Config/Connection/Test.php
20:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
Block/Adminhtml/System/Config/Connection/TriggerPassword.php
20:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
Block/Adminhtml/System/Config/Version/Module.php
24:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
25:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Block/Config/Frontend/Field/HoldNewExport.php
12:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
21:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
24:194 warning Line exceeds 120 characters; contains 194 characters (Generic.Files.LineLength.TooLong)
Block/Navision/Statement.php
15:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Block/Navision/OrderHistory.php
68:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
78:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
87:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
88:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)