Magento Coding Standard (PHPCS) report for checkoutcom/magento2
===============================================================
Package version: 7.5.0 | Magento: 2.4.9 | Tested: 2026-09-15
639 warnings in 170 files
Gateway/Config/Config.php
41:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
132:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType)
172:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
228:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
229:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
230:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
412:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
413:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
414:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
525:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
602:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Gateway/Config/Loader.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
39:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
45:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
51:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
57:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
63:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
69:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
75:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
81:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
159:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
160:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
161:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
ViewModel/Cart/ApplePayButton.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
53:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
Plugin/Api/RefundInvoice.php
38:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
142:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
Plugin/Backend/OrderAfterSave.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Plugin/Backend/OrderAfterInvoice.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Plugin/AfterPlaceOrder.php
29:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Helper/Utilities.php
30:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
46:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
70:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Helper/Logger.php
29:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
107:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Provider/ExternalSettings.php
29:57 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
37:12 warning Expected "function abc(...)"; found "function abc (...)" (Squiz.Functions.FunctionDeclaration.Found)
37:33 warning Expected 0 spaces before opening parenthesis; 1 found (Squiz.Functions.MultiLineFunctionDeclaration.SpaceBeforeOpenParen)
55:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
Provider/OrderSettings.php
24:54 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
Provider/AbstractSettingsProvider.php
25:32 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
29:12 warning Expected "function abc(...)"; found "function abc (...)" (Squiz.Functions.FunctionDeclaration.Found)
29:33 warning Expected 0 spaces before opening parenthesis; 1 found (Squiz.Functions.MultiLineFunctionDeclaration.SpaceBeforeOpenParen)
38:14 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
52:14 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Provider/CurrenciesSettings.php
24:59 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
Provider/AccountSettings.php
24:56 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
Provider/FlowPaymentMethodSettings.php
66:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
67:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
68:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
74:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
75:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
76:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
82:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
83:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
84:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
91:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
92:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
93:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
102:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
103:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
104:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
110:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
111:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
112:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
118:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
119:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
120:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
130:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
131:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
132:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
142:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
143:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
144:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
154:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
155:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
156:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
162:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
163:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
164:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
170:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
171:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
172:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
177:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
177:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
177:71 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
206:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
216:121 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
227:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
227:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
231:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
231:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
Provider/FlowMethodSettings.php
37:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
38:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
39:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
40:110 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong)
Provider/GeneralSettings.php
26:56 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
50:73 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
Provider/ApplePaymentSettings.php
28:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
37:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
Provider/CardPaymentSettings.php
22:1 warning There must be one blank line after the last USE statement; 0 found; (PSR2.Namespaces.UseDeclaration.SpaceAfterLastUse)
Model/Entity/WebhookEntity.php
29:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
36:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
113:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Model/Service/VaultHandlerService.php
42:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
155:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
Model/Service/ShopperHandlerService.php
35:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Service/OrderStatusHandlerService.php
34:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
172:12 warning $webhook parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Model/Service/QuoteHandlerService.php
44:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
469:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong)
Model/Service/OrderHandlerService.php
46:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
108:8 warning false is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType)
Model/Service/VersionHandlerService.php
34:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
163:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
164:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
165:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
Model/Service/InvoiceHandlerService.php
33:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Service/MethodHandlerService.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Service/PaymentErrorHandlerService.php
33:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
49:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
101:77 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
107:77 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
166:77 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
227:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong)
245:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
342:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong)
Model/Service/PaymentContextRequestService.php
49:20 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
53:20 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
57:20 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
63:23 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
69:23 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
132:154 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
137:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong)
156:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
164:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong)
273:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Model/Service/WebhookHandlerService.php
37:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
98:13 warning Code after the THROW statement on line 90 cannot be executed (Squiz.PHP.NonExecutableCode.Unreachable)
107:9 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong)
133:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong)
389:1 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany)
Model/Service/CardHandlerService.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
174:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
175:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
176:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
Model/Service/FlowPrepareService.php
96:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
96:21 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
96:63 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
Model/Service/ApiHandlerService.php
55:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
145:15 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
146:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
146:18 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
181:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
230:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
260:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
261:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
316:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
316:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
359:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
377:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
402:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Model/Service/FlowSubmitService.php
73:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
86:13 warning Direct throw of generic Exception is discouraged. Use context specific instead. (Magento2.Exceptions.DirectThrow.FoundDirectThrow)
Model/Service/TransactionHandlerService.php
47:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
54:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
386:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
503:125 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
Model/InstantPurchase/ShippingSelector.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/InstantPurchase/AvailabilityChecker.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/InstantPurchase/TokenFormatter.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/InstantPurchase/CustomerData.php
39:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
175:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
175:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
Model/Vault/VaultToken.php
35:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
112:79 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
Model/Request/Items/ItemsElement.php
172:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
Model/Request/Additionnals/AccountHolder.php
22:21 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
Model/Request/Additionnals/PaymentConfigurationDetails.php
24:48 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
27:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
28:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
Model/Request/Additionnals/Summary.php
26:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
46:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
64:1 warning The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody)
Model/Request/Base/SummaryElement.php
113:45 warning Expected 1 space after FUNCTION keyword; 0 found (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction)
Model/Request/PaymentMethodAvailability/EnabledDisabledElement.php
71:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
97:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
101:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
121:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
121:121 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
122:40 warning Expected 1 space after FUNCTION keyword; 0 found (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction)
122:58 warning Expected 1 space after USE keyword; found 0 (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterUse)
122:113 warning Expected 1 space before opening brace; found 0 (Squiz.Functions.MultiLineFunctionDeclaration.SpaceBeforeBrace)
144:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
145:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
161:9 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
161:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
165:40 warning Expected 1 space after FUNCTION keyword; 0 found (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction)
165:58 warning Expected 1 space after USE keyword; found 0 (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterUse)
165:95 warning Expected 1 space before opening brace; found 0 (Squiz.Functions.MultiLineFunctionDeclaration.SpaceBeforeBrace)
182:40 warning Expected 1 space after FUNCTION keyword; 0 found (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction)
182:58 warning Expected 1 space after USE keyword; found 0 (Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterUse)
200:21 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket)
200:78 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
201:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
202:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
203:41 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine)
Model/Request/Product/ProductElement.php
70:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
Model/Request/ThreeDS/ThreeDSElement.php
52:8 warning Line indented incorrectly; expected 8 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
54:9 warning Closing brace indented incorrectly; expected 7 spaces, found 8 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
Model/Request/Customer/CustomerElement.php
49:12 warning $customer parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
57:45 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
Model/Request/PostPaymentSessions.php
174:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
287:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
Model/Request/PostPaymentLinks.php
43:1 warning There must be one blank line after the last USE statement; 0 found; (PSR2.Namespaces.UseDeclaration.SpaceAfterLastUse)
136:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
139:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
Model/Migration/EnableForAllBrowserMigrator.php
40:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace)
48:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
Model/ResourceModel/WebhookEntity.php
38:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
Model/ResourceModel/WebhookEntity/Collection.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Ui/ConfigProvider.php
36:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
110:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
Model/Formatter/LocaleFormatter.php
24:55 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
Model/Config/Backend/Source/ConfigCardIcons.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigOrderStatus.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigPaymentAction.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigPaymentProcesing.php
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigFlowWidgetDesignSelector.php
42:68 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
46:64 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
Model/Config/Backend/Source/ConfigApplePayButton.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
46:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigService.php
26:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigDefaultMethod.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigOrderActionFailedPayment.php
26:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigLanguageFallback.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigRegion.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigEnvironment.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigApplePayCapabilities.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigAdditionalLogging.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
46:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
53:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
59:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
65:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigWebhooks.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigFormTheme.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigPaymentFormLayout.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Config/Backend/Source/ConfigApplePayNetworks.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
46:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
52:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigFlowPredefinedDesign.php
38:1755 warning Line exceeds 120 characters; contains 1755 characters (Generic.Files.LineLength.TooLong)
39:1776 warning Line exceeds 120 characters; contains 1776 characters (Generic.Files.LineLength.TooLong)
40:1773 warning Line exceeds 120 characters; contains 1773 characters (Generic.Files.LineLength.TooLong)
52:76 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
56:79 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
60:77 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
64:79 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
Model/Config/Backend/Source/ConfigGooglePayEnvironment.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigGooglePayNetworks.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
46:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
52:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
58:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigGooglePayButton.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
34:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Config/Backend/Source/ConfigSdk.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
46:59 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
50:61 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
Model/Config/Backend/Source/ConfigAlternativePayments.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Model/Api/V3.php
335:8 warning $quote parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
339:13 warning $amount parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
343:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
373:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong)
516:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent)
517:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent)
518:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
Model/Api/WebhookEntityRepository.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
107:12 warning {@inheritdoc} does not import parameter annotation (Magento2.Annotation.MethodArguments.InheritDoc)
Model/Methods/PayByLinkMethod.php
54:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
56:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
60:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
70:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
74:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
78:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
82:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
86:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
90:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
94:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
233:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
275:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
348:226 warning Line exceeds 120 characters; contains 226 characters (Generic.Files.LineLength.TooLong)
Model/Methods/KlarnaMethod.php
65:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
69:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
73:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
77:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
81:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
85:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
89:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
93:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
97:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
101:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
204:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
218:13 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
218:13 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
220:17 warning The use of function sleep() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Model/Methods/ApplePayMethod.php
58:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
65:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
81:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
85:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
89:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
93:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
265:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
280:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
405:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
465:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
466:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
467:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
Model/Methods/MotoMethod.php
50:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
57:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
61:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
63:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar)
77:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
81:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
85:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
89:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
93:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
97:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
101:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
112:8 warning $backendAuthSession parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
113:8 warning $config parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
114:8 warning $apiHandler parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
115:8 warning $context parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
116:8 warning $registry parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
117:8 warning $extensionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
118:8 warning $customAttributeFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
119:8 warning $paymentData parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
120:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
121:8 warning $logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
126:8 warning $resource parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
128:12 warning $flowGeneralSettings parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
128:12 warning $storeManager parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
255:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
296:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
368:111 warning Expected 1 space before logical operator; 2 found (Squiz.WhiteSpace.LogicalOperatorSpacing.TooMuchSpaceBefore)
368:230 warning Line exceeds 120 characters; contains 230 characters (Generic.Files.LineLength.TooLong)
Model/Methods/FlowMethod.php
65:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
Model/Methods/VaultMethod.php
58:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
65:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
69:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
73:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
77:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
81:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
85:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
89:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
93:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
97:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
101:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
291:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
501:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
502:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
503:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
504:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
505:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
Model/Methods/AlternativePaymentMethod.php
90:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
97:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
101:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
124:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
128:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
132:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
136:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
327:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
393:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType)
697:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
823:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Model/Methods/GooglePayMethod.php
59:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
66:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
70:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
74:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
78:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
82:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
86:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
90:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
94:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
98:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
102:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
243:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
264:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
389:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Model/Methods/PaypalMethod.php
65:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
69:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
73:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
77:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
81:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
85:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
89:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
93:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
97:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
101:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
206:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Model/Methods/AbstractMethod.php
69:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
75:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
81:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
87:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
93:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
99:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
236:8 warning $directory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
237:8 warning $scopeConfig parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
238:8 warning $logger parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
239:8 warning $context parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
240:8 warning $registry parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
241:8 warning $extensionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
242:8 warning $customAttributeFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
243:8 warning $paymentData parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder)
1009:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)
Model/Methods/CardPaymentMethod.php
59:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
66:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
71:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
88:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
92:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
96:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
100:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
104:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
108:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
112:15 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar)
184:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
267:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
286:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
296:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
322:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
457:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Observer/Quote/SaveCardOptionToOrder.php
23:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong)
Observer/Api/OrderCreditMemoSaveAfter.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
62:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
Observer/Email/AddPaymentLinkToOrder.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
57:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
58:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
59:157 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
63:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong)
71:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong)
Observer/Backend/OrderAfterCancel.php
33:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Observer/Backend/OrderAfterRefund.php
30:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
59:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong)
Observer/Backend/OrderAfterVoid.php
34:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Observer/Backend/PayByLinkPaymentRequest.php
119:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
120:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong)
135:8 warning $params parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
139:15 warning $order parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
141:196 warning Line exceeds 120 characters; contains 196 characters (Generic.Files.LineLength.TooLong)
Observer/Backend/MotoPaymentRequest.php
51:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
221:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
234:15 warning $storeCode parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Observer/Backend/ApmConfigChangedObserver.php
46:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace)
58:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Setup/Patch/Data/DeleteServiceConfiguration.php
61:33 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
Setup/Patch/Data/EncryptOldApiKeys.php
41:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
119:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong)
Console/Webhooks.php
36:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
43:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
49:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
55:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
82:29 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
82:34 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
82:63 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
85:35 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
85:40 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
85:69 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
88:33 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
88:38 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
88:67 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
185:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
193:30 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
Logger/ResponseHandler.php
73:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong)
Controller/ApplePay/Validation.php
33:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
98:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong)
Controller/Payment/Fail.php
42:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Payment/PlaceOrder.php
49:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
109:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
262:132 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
291:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Controller/Payment/PlaceFlowOrder.php
81:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
142:63 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
Controller/Payment/Verify.php
43:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
96:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
Controller/Payment/AbstractPayment.php
75:13 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
75:13 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
128:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong)
Controller/Webhook/Callback.php
109:12 warning Function's nesting level (8) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh)
123:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
171:72 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
Controller/Adminhtml/Logs/View.php
31:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Adminhtml/System/Config/Webhook.php
42:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
89:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong)
Controller/Vault/Display.php
34:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Button/PlaceOrder.php
57:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Klarna/Context.php
80:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
123:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong)
Controller/Paypal/SaveExpressShippingAddress.php
62:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Controller/Paypal/SaveData.php
104:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
107:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Controller/Paypal/Review.php
38:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
103:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong)
106:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
Controller/Flow/Prepare.php
61:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong)
Controller/Account/SaveCard.php
34:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Api/V2.php
51:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
258:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 29 (PSR2.Methods.FunctionCallSignature.Indent)
259:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 29 (PSR2.Methods.FunctionCallSignature.Indent)
260:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 25 (PSR2.Methods.FunctionCallSignature.Indent)
359:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
Controller/Api/V1.php
43:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Apm/DisplayKlarna.php
45:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Controller/Apm/DisplaySepa.php
48:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
181:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
Controller/Apm/Display.php
39:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
156:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
157:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
158:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
view/frontend/templates/frames/payment/paypal/review/details.phtml
36:51 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
view/frontend/templates/frames/payment/apm/klarna.phtml
32:57 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
41:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
view/frontend/templates/frames/script/applepay-script.phtml
19:1 warning Line indented incorrectly; expected 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
21:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
view/frontend/templates/frames/account/add-card.phtml
62:22 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
64:24 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
view/frontend/templates/frames/cart/applepay.phtml
43:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
44:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
45:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
46:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
47:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
50:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
62:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
63:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
64:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
65:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
66:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
70:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
view/frontend/templates/frames/cart/minicart-config.phtml
27:1 warning Line indented incorrectly; expected 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
28:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
29:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
35:1 warning Line indented incorrectly; expected 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
36:1 warning Line indented incorrectly; expected at least 4 spaces, found 0 (Generic.WhiteSpace.ScopeIndent.Incorrect)
view/frontend/templates/payment/info/default.phtml
17:18 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
21:24 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
25:61 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
27:49 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
29:59 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
view/frontend/web/template/flow/payment/checkoutcom_flow.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)
view/frontend/web/template/flow/payment/checkoutcom_flow_wallet.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/flow/view/save-card.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/frames/payment/checkoutcom_klarna.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/frames/payment/checkoutcom_google_pay.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/frames/payment/checkoutcom_paypal.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/frames/payment/checkoutcom_card_payment.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/frames/payment/checkoutcom_vault.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/frames/payment/checkoutcom_apm.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/frontend/web/template/frames/payment/checkoutcom_apple_pay.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/adminhtml/templates/order/view/view.phtml
35:125 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
42:63 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
47:78 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
54:106 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
view/adminhtml/templates/system/config/webhook_admin.phtml
41:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
42:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
view/adminhtml/templates/payment/moto.phtml
84:22 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
85:18 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
view/adminhtml/templates/payment/info/default.phtml
32:13 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
34:24 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
36:53 warning Expected 0 spaces after closing parenthesis; found 1 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
38:29 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
40:51 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found)
Api/WebhookEntityRepositoryInterface.php
34:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
61:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong)
Api/Data/PaymentRequestInterface.php
153:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
Api/Data/WebhookEntityInterface.php
116:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
Cron/Webhooks.php
30:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Cron/AutoCancelPendingPayByLinkOrders.php
72:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
79:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
83:173 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong)
95:2 warning Line indented incorrectly; expected at least 24 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
121:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/Logs/View.php
30:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
40:13 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
47:28 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
47:75 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
65:13 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
Block/Adminhtml/Payment/Moto.php
34:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
117:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
118:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
119:1 warning Multi-line function call not indented correctly; expected 8 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
Block/Adminhtml/Order/View/View.php
136:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong)
138:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
144:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong)
156:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
158:187 warning Line exceeds 120 characters; contains 187 characters (Generic.Files.LineLength.TooLong)
160:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong)
162:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
166:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong)
Block/Adminhtml/System/Config/Fieldset/Payment.php
31:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
82:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
83:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
129:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
130:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
134:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 20 (PSR2.Methods.FunctionCallSignature.Indent)
135:1 warning Multi-line function call not indented correctly; expected 12 spaces but found 16 (PSR2.Methods.FunctionCallSignature.Indent)
Block/Adminhtml/System/Config/Field/WebhookUrl.php
25:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Adminhtml/System/Config/Field/AbstractCallbackUrl.php
38:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Block/Adminhtml/System/Config/Field/LogFiles.php
32:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
39:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
62:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
85:13 warning The use of function is_file() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isFile() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
92:28 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
92:73 warning Only one argument is allowed per line in a multi-line function call (PSR2.Methods.FunctionCallSignature.MultipleArguments)
122:13 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
Block/Adminhtml/Alerts/VersionNotification.php
31:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
53:152 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong)
Block/Vault/Form.php
29:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Cart/CheckoutConfig.php
39:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Paypal/Script.php
59:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong)
Block/Account/AddCard.php
28:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Account/CardRenderer.php
30:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Apm/Form.php
27:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
Block/Apm/Sepa/Mandate.php
25:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)