Magento Coding Standard (PHPCS) report for ratepay/magento2-payment =================================================================== Package version: 2.1.17 | Magento: 2.4.9 | Tested: 2026-06-14 248 errors, 1089 warnings in 93 files Service/V1/Data/CheckoutConfigResponse.php 17:97 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) Service/V1/Data/InstallmentPlanResponse.php 17:98 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) Service/V1/Data/OfflineCalculatorResponse.php 17:100 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) Service/V1/InstallmentPlan.php 101:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 103:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 118:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 135:179 warning Line exceeds 120 characters; contains 179 characters (Generic.Files.LineLength.TooLong) 152:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 152:168 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 156:192 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong) 158:172 warning Line exceeds 120 characters; contains 172 characters (Generic.Files.LineLength.TooLong) 161:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 164:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 184:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 195:183 warning Line exceeds 120 characters; contains 183 characters (Generic.Files.LineLength.TooLong) 197:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 207:184 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong) Service/V1/OfflineCalculator.php 72:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 73:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 142:9 warning Expected "while (...) {\n"; found "while(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 142:9 warning Expected 1 space after WHILE keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 142:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 164:31 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) Plugin/TotalMinMax.php 38:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 45:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) Plugin/CreditmemoService.php 46:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 47:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Plugin/WebapiErrorProcessor.php 17:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Plugin/MethodList.php 19:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar) 38:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 79:9 warning Avoid function calls in a FOR loop test part (Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed) Plugin/EscapeRenderer.php 26:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) Plugin/RatepayGuestErrorProcessor.php 87:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 88:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 90:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 91:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 120:17 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 135:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 154:43 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Plugin/RatepayErrorProcessor.php 58:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 59:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 61:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 76:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 90:17 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 104:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) Helper/Payment.php 20:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 41:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 42:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 52:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 53:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 53:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Helper/Script.php 41:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound) Helper/Head/Additional.php 38:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Helper/Head/Head.php 40:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 71:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 73:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 74:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 75:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 78:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 81:30 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 81:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 87:225 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong) 88:27 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 89:30 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 93:13 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 93:31 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 94:27 warning Direct use of $_SERVER Superglobal detected. (Magento2.Security.Superglobal.SuperglobalUsageWarning) 112:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 121:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 129:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 137:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 148:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Helper/Head/External.php 20:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 28:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 29:8 warning $head parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 32:12 warning $headModel parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Helper/Data.php 64:67 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 72:29 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong) 87:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 88:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 93:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 101:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 102:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 112:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 113:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 150:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 151:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 156:13 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 158:19 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Helper/ProfileConfig.php 17:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 19:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 71:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 72:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 126:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 156:8 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 160:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 164:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 173:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 200:229 warning Line exceeds 120 characters; contains 229 characters (Generic.Files.LineLength.TooLong) 209:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 228:218 warning Line exceeds 120 characters; contains 218 characters (Generic.Files.LineLength.TooLong) 239:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) Helper/Content/Payment/Payment.php 51:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 54:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 57:16 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 62:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) Helper/Content/ShoppingBasket/ShoppingBasket.php 53:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 54:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 55:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 62:13 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 77:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 83:14 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) Helper/Content/ShoppingBasket/Discount.php 20:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Helper/Content/ShoppingBasket/Shipping.php 37:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 40:15 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 42:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 80:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 91:74 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma) Helper/Content/ShoppingBasket/Items.php 42:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 45:15 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 49:91 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 59:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 69:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 85:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 88:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 98:140 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 99:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 120:100 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 146:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 174:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 177:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 191:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 193:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 214:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments) 223:64 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 231:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 232:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 232:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 249:107 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Helper/Content/Customer/Contacts.php 37:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Helper/Content/Customer/BankAccount.php 19:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 30:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 39:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) Helper/Content/Customer/Addresses.php 43:15 warning $billingAddress parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 49:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 65:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Helper/Content/Customer/Customer.php 102:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 153:62 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) Helper/Content/ContentBuilder.php 55:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 56:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 57:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 58:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 59:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 64:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) Helper/DeviceFingerprint.php 73:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Helper/Validator.php 52:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 53:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 53:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 63:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 91:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 92:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 92:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 93:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 94:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 125:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 133:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 134:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 134:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 143:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 144:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 144:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 146:12 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 159:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 160:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 160:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Method/Invoice.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:38 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 28:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) Model/Method/Installment0.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 21:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 28:38 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 46:32 warning array_merge(...) is used in a loop and is a resources greedy construction. (Magento2.Performance.ForeachArrayMerge.ForeachArrayMerge) 65:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 74:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 110:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 111:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 120:236 warning Line exceeds 120 characters; contains 236 characters (Generic.Files.LineLength.TooLong) 134:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 143:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 158:177 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong) Model/Method/Installment.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 21:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 28:38 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 45:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 54:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) Model/Method/InstallmentBackend.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Model/Method/Installment0Backend.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Model/Method/DirectdebitBackend.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Model/Method/AbstractMethod.php 26:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 225:5 warning Visibility must be declared on method "__construct" (Squiz.Scope.MethodScope.Missing) 285:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 311:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 336:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 339:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 340:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 369:72 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 379:178 warning Line exceeds 120 characters; contains 178 characters (Generic.Files.LineLength.TooLong) 384:182 warning Line exceeds 120 characters; contains 182 characters (Generic.Files.LineLength.TooLong) 399:15 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 406:66 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 419:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 456:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 467:12 warning Motivation behind the added @deprecated tag MUST be explained. @see tag MUST be used with reference to new implementation when code is deprecated and there is a new alternative. (Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage) 484:12 warning Motivation behind the added @deprecated tag MUST be explained. @see tag MUST be used with reference to new implementation when code is deprecated and there is a new alternative. (Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage) 491:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 492:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 520:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 528:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 536:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 550:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 551:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 560:235 warning Line exceeds 120 characters; contains 235 characters (Generic.Files.LineLength.TooLong) 574:176 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 579:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 580:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 588:209 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong) 602:182 warning Line exceeds 120 characters; contains 182 characters (Generic.Files.LineLength.TooLong) 611:8 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 621:13 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 655:12 warning Motivation behind the added @deprecated tag MUST be explained. @see tag MUST be used with reference to new implementation when code is deprecated and there is a new alternative. (Magento2.Annotation.MethodAnnotationStructure.InvalidDeprecatedTagUsage) 670:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 670:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments) 683:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 684:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 691:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 692:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 693:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 694:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 695:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 699:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 700:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 724:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 751:109 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 757:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 792:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 793:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 793:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 797:12 warning Extra @param found in method annotation (Magento2.Annotation.MethodArguments.ExtraParam) 805:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 816:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 817:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 862:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) Model/Method/Directdebit.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 21:33 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 28:38 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) Model/Method/InvoiceBackend.php 14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Model/Handler/Capture.php 50:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 55:203 warning Line exceeds 120 characters; contains 203 characters (Generic.Files.LineLength.TooLong) 61:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 62:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 69:52 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 84:8 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 105:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 106:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 106:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 107:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 108:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 113:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) Model/Handler/Cancel.php 45:5 warning Visibility must be declared on method "__construct" (Squiz.Scope.MethodScope.Missing) 57:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 58:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 68:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 69:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 69:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 70:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 83:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 86:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 89:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 95:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) Model/Handler/Refund.php 61:5 warning Visibility must be declared on method "__construct" (Squiz.Scope.MethodScope.Missing) 75:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 76:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 85:185 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong) 99:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 100:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 105:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 107:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 110:202 warning Line exceeds 120 characters; contains 202 characters (Generic.Files.LineLength.TooLong) 113:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 114:182 warning Line exceeds 120 characters; contains 182 characters (Generic.Files.LineLength.TooLong) 118:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 119:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 124:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 133:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 151:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 160:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 161:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 170:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 171:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 171:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 172:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 173:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 176:12 warning $methodInstance parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 178:68 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 183:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 199:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 202:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 205:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 211:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 214:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 216:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 228:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 229:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 229:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 230:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 231:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 244:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 247:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 250:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 251:195 warning Line exceeds 120 characters; contains 195 characters (Generic.Files.LineLength.TooLong) Model/Entities/ProfileConfiguration.php 28:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 30:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 32:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 46:22 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) 49:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 54:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 59:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 64:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 79:51 warning The use of function intval() is discouraged; use (int) construction() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 104:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 147:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 148:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 156:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 161:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 162:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 170:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 175:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 176:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 189:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 190:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 198:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 203:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 204:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 233:81 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 268:212 warning Line exceeds 120 characters; contains 212 characters (Generic.Files.LineLength.TooLong) 286:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 307:247 warning Line exceeds 120 characters; contains 247 characters (Generic.Files.LineLength.TooLong) Model/Entities/ApiLog.php 26:22 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage) Model/ResourceModel/OrderAdjustment.php 35:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 60:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 79:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 91:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 92:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 102:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 103:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/ResourceModel/ProfileConfiguration.php 26:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 27:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 34:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 56:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 57:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 58:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 59:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 60:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 61:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 62:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 63:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 64:164 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong) 65:173 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong) 66:177 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong) 67:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 68:176 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 69:173 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong) 70:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 71:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 72:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 73:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 74:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 75:164 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong) 76:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 77:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 78:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 79:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 80:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 81:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 82:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 83:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 84:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 85:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 86:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 87:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 88:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 89:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 90:173 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong) 91:170 warning Line exceeds 120 characters; contains 170 characters (Generic.Files.LineLength.TooLong) 92:156 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 93:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 94:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 95:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 96:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 97:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong) 98:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 99:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 100:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 101:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 102:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 103:162 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong) 104:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 105:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 106:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 107:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 108:155 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 109:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 110:160 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 114:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 125:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/ResourceModel/ApiLog.php 29:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 29:12 warning $context parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 62:9 warning Avoid function calls in a FOR loop test part (Generic.CodeAnalysis.ForLoopWithTestFunctionCall.NotAllowed) 81:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 82:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 83:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 92:32 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 93:42 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 95:28 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 95:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 96:38 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 96:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) Model/RechnungConfigProvider.php 33:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar) 85:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 97:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 109:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 110:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 132:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 153:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 162:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 173:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 174:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 184:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 190:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 191:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 196:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 199:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 200:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 211:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 212:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 225:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 226:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 229:15 warning $sMethodCode parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 231:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 238:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 239:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Api/SendConfirmationDeliver.php 81:76 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 96:8 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 96:152 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 98:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 183:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) Model/SerializableRequest.php 18:4 warning Tag @package MUST NOT be used. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.ForbiddenTags) 29:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 31:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 32:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 33:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 39:14 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 42:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 52:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 85:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Model/Session.php 20:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 21:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 22:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 24:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 25:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 26:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 28:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Model/LibraryModel.php 83:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 84:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 85:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 93:188 warning Line exceeds 120 characters; contains 188 characters (Generic.Files.LineLength.TooLong) 94:161 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 96:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 101:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 107:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 108:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 125:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 136:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 141:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 143:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 153:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 154:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 155:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 173:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 174:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 177:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 177:12 warning $operation parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 177:179 warning Line exceeds 120 characters; contains 179 characters (Generic.Files.LineLength.TooLong) 181:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 217:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 220:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 220:171 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 224:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) Model/Session/Storage.php 14:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 14:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) Model/Source/InstalmentMethods.php 16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Source/StreetFieldUsage.php 16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Source/CreditmemoDiscountType.php 16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Observer/OrderSaveAfter.php 52:17 warning Line exceeds 120 characters; contains 201 characters (Generic.Files.LineLength.TooLong) 53:259 warning Line exceeds 120 characters; contains 259 characters (Generic.Files.LineLength.TooLong) Observer/SystemConfigChangedPayment.php 40:15 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Setup/Patch/Schema/AddOrderStatusColumns.php 21:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 29:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar) 53: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) 60:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 87:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 95:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Setup/Patch/Data/MigrateToNewConfig.php 19:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 73:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 79:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 110:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 136:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 144:188 warning Line exceeds 120 characters; contains 188 characters (Generic.Files.LineLength.TooLong) 161:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 194:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 212:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 224:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 232:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Setup/Patch/Data/UpdateOldOrderPaymentMethods.php 18:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription) 48:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 49:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 62:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 68:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 80:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 90:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Controller/LibraryController.php 41:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 51:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 52:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 53:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 71:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 72:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 73:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 99:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 100:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 101:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 102:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 127:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 128:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 129:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 130:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 131:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 134:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 134:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 141:17 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 156:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 157:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 158:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 159:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 160:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 161:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 162:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 166:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 166:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 174:17 warning The use of function is_null() is discouraged; use strict comparison "=== null"() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 175:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 177:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 187:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 189:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 190:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 212:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 213:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 213:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 214:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 215:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 216:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 238:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 239:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 239:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 240:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 241:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 242:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 243:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Controller/Adminhtml/Protocol/ApiLog/Index.php 22:8 warning Short description duplicates class property name. (Magento2.Commenting.ClassPropertyPHPDocFormatting.AlreadyHaveMeaningfulNameVar) Controller/Adminhtml/System/Config/ProfileRequest.php 67:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 68:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 116:75 warning The use of function intval() is discouraged; use (int) construction() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 116:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) 122:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 123:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 124:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 127:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 129:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 130:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 131:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 132:264 warning Line exceeds 120 characters; contains 264 characters (Generic.Files.LineLength.TooLong) 133:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 135:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 136:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 137:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 138:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 139:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 140:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 152:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 153:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 153:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 154:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 165:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Controller/Checkout/B2b.php 43:9 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 76:9 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 78:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Controller/Checkout/InstallmentConfiguration.php 66:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 80:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 98:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 100:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 101:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 117:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) Controller/Checkout/InstallmentPlan.php 67:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 92:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 106:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 108:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 109:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 110:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 111:8 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType) 130:179 warning Line exceeds 120 characters; contains 179 characters (Generic.Files.LineLength.TooLong) 138:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/system/config/form/field/show_profile_config.phtml 16:9 warning Short echo tag syntax must be used; expected "