Magento Coding Standard (PHPCS) report for paradoxlabs/tokenbase ================================================================ Package version: 5.0.0 | Magento: 2.4.9 | Tested: 2026-06-17 797 warnings in 63 files Gateway/Validator/CreditCard.php 147:8 warning Tags visual alignment must be consistent (Magento2.Annotation.MethodAnnotationStructure.MethodArguments) Gateway/Validator/CreditCard/Types.php 34:13 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) Gateway/Validator/NewAch.php 49:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Plugin/Vault/Api/PaymentTokenManagement.php 234:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Plugin/OrderPaymentSaveTokenbaseId.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/ZeroTotal.php 39:22 warning Class properties must have type declaration using @var tag. (Magento2.Commenting.ClassPropertyPHPDocFormatting.MissingVar) Plugin/Sales/Model/Order/Payment/Transaction/Repository/Plugin.php 35:83 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Plugin/OrderPaymentLoadTokenbaseId.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) 65:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 66:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Plugin/QuoteGraphQl/Model/Resolver/SelectedPaymentMethod.php 96:19 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Plugin/Checkout/Model/PaymentInformationManagement/Plugin.php 66:70 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 70:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Plugin/Checkout/Model/GuestPaymentInformationManagement/Plugin.php 66:70 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 70:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 72:8 warning $paymentMethod parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 75:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 75:12 warning $email parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) Plugin/QuotePaymentSaveTokenbaseId.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/QuotePaymentLoadTokenbaseId.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) 66:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 67:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 80:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 81:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 94:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 95:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 108:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 109:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Helper/Data.php 167:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 192:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 540:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 581:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 590:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Helper/Operation.php 51:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 116:24 warning The use of function print_r() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Model/Gateway/Xml.php 60:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 61:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 62:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 65:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 79:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 97:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 150:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 154:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 190:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 211:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 226:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 241:53 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 246:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 264:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 297:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 298:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 298:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 301:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 333:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 334:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 334:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 335:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 338:28 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) Model/AbstractGateway.php 138:8 warning $communicatorFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 139:8 warning $data parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 355:46 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 373:27 warning Static method cannot be intercepted and its use is discouraged. (Magento2.Functions.StaticFunction.StaticFunction) 381:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 470:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 493:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Model/Card.php 70:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 873:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 894:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 936:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Model/Api/CustomerCardRepository.php 80:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Model/Api/GuestCardRepository.php 71:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Model/Api/GraphQL.php 129:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 130:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Api/GraphQL/GetCards.php 82:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 83:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/AbstractMethod.php 174:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 175:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 185:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 186:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 250:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 820:27 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 854:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 1006:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 1016:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1017:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1026:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1027:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1040:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1041:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1050:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1051:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1134:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1135:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1139:15 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 1143:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1144:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1149:15 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 1156:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1157:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1160:15 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 1164:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1165:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1169:15 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 1175:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1176:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1180:15 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 1184:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1185:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1190:15 warning Empty FUNCTION statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedFunction) 1248: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) 1410: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) 1432: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) 1446: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) 1485: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) 1502: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) 1551: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) 1563:46 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1571: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) 1587: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) Model/Cron/Clean.php 56:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 57:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/CardAdditional.php 35:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 36:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 43:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 44:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 52:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 53:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 60:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 61:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 69:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 70:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 78:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 86:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 87:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 94:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 95:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 103:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 104:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 111:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 112:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 120:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 121:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 128:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 129:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 137:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 138:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 145:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 146:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 154:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 155:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 162:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 163:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 163:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 171:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 172:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 179:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 180:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 188:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 189:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 196:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 197:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 205:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 206:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 213:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 214:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 222:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 223:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 230:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 231:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 239:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 240:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 247:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 248:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 248:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 256:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 257:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 264:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 265:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 265:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 273:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 274:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 281:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 282:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 282:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 290:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 291:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 298:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 299:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 299:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 307:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 308:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 315:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 316:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 316:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 324:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 325:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 332:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 333:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 341:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 342:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 349:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 350:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 358:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 359:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 366:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 367:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Source/PaymentAction.php 32:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/CheckoutFailureEnsureCardSaveObserver.php 48:39 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/ValidatePaymentObserver.php 45:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 46:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/FixAdminEmailAlreadyExistsObserver.php 50:114 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 94:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 95:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 113:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 114:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/PaymentMethodAssignDataObserver.php 86:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 87:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 131:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 132:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 223:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Observer/CheckoutCheckFailuresObserver.php 52:114 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/CardLoadProcessDeleteQueueObserver.php 70:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Observer/ConvertGuestToCustomerObserver.php 55:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 56:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 85:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Observer/MultishippingAllowZeroTotalCheckoutObserver.php 44:94 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/MultishippingAssignACHDataObserver.php 48:35 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/CheckoutFailureRecordIncidentObserver.php 71:90 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/ProcessRefundObserver.php 42:39 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) etc/schema.graphqls 123:1 warning Enum value "checking" is not in SCREAMING_SNAKE_CASE format (Magento2.GraphQL.ValidEnumValue.NotScreamingSnakeCase) 124:1 warning Enum value "savings" is not in SCREAMING_SNAKE_CASE format (Magento2.GraphQL.ValidEnumValue.NotScreamingSnakeCase) 125:1 warning Enum value "businessChecking" is not in SCREAMING_SNAKE_CASE format (Magento2.GraphQL.ValidEnumValue.NotScreamingSnakeCase) registration.php 26:12 warning The use of function dirname() is discouraged; use Magento\Framework\Filesystem\DriverInterface::getParentDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) Controller/Adminhtml/Index/PaymentinfoSave.php 71:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Controller/Adminhtml/Index/PaymentinfoDelete.php 34:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Controller/Adminhtml/Index/Paymentinfo.php 62:20 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Controller/Paymentinfo/Delete.php 62:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Controller/Paymentinfo/Save.php 201:90 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) view/frontend/templates/form/ach.phtml 9:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 18:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 24:221 warning Line exceeds 120 characters; contains 221 characters (Generic.Files.LineLength.TooLong) 34:141 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 43:132 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 46:75 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 52:142 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 54:66 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 55:80 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 61:142 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 63:66 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 64:80 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 72:211 warning Line exceeds 120 characters; contains 214 characters (Generic.Files.LineLength.TooLong) 73:242 warning Line exceeds 120 characters; contains 245 characters (Generic.Files.LineLength.TooLong) 79:147 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 80:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 85:128 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 87:146 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 98:341 warning Line exceeds 120 characters; contains 343 characters (Generic.Files.LineLength.TooLong) 99:121 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 102:198 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/form/cc.phtml 9:122 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 17:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 23:282 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 37:153 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 38:210 warning Line exceeds 120 characters; contains 213 characters (Generic.Files.LineLength.TooLong) 42:149 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 46:134 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 49:84 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 51:171 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong) 55:134 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 60:209 warning Line exceeds 120 characters; contains 252 characters (Generic.Files.LineLength.TooLong) 63:193 warning Line exceeds 120 characters; contains 201 characters (Generic.Files.LineLength.TooLong) 71:65 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong) 73:192 warning Line exceeds 120 characters; contains 200 characters (Generic.Files.LineLength.TooLong) 82:145 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 83:141 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 85:292 warning Line exceeds 120 characters; contains 341 characters (Generic.Files.LineLength.TooLong) 91:290 warning Line exceeds 120 characters; contains 293 characters (Generic.Files.LineLength.TooLong) 104:341 warning Line exceeds 120 characters; contains 343 characters (Generic.Files.LineLength.TooLong) 105:121 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 108:198 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/customer/form/ach.phtml 17:208 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong) 19:138 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 28:251 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 28:251 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 28:349 warning Line exceeds 120 characters; contains 350 characters (Generic.Files.LineLength.TooLong) 31:34 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 31:34 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 31:132 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 32:121 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 35:267 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 42:66 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 42:66 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 42:162 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 46:265 warning Line exceeds 120 characters; contains 269 characters (Generic.Files.LineLength.TooLong) 49:47 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 49:47 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 49:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 56:330 warning Line exceeds 120 characters; contains 331 characters (Generic.Files.LineLength.TooLong) 66:229 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 66:229 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 66:324 warning Line exceeds 120 characters; contains 335 characters (Generic.Files.LineLength.TooLong) 72:238 warning Line exceeds 120 characters; contains 238 characters (Generic.Files.LineLength.TooLong) 73:115 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 75:242 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 75:242 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 75:426 warning Line exceeds 120 characters; contains 427 characters (Generic.Files.LineLength.TooLong) 81:284 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 81:284 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 81:383 warning Line exceeds 120 characters; contains 384 characters (Generic.Files.LineLength.TooLong) 87:127 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 95:145 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 97:68 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 104:136 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 107:79 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 113:146 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 115:68 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 116:84 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 117:260 warning Line exceeds 120 characters; contains 279 characters (Generic.Files.LineLength.TooLong) 122:146 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 124:68 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 125:84 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 126:260 warning Line exceeds 120 characters; contains 275 characters (Generic.Files.LineLength.TooLong) 133:215 warning Line exceeds 120 characters; contains 218 characters (Generic.Files.LineLength.TooLong) 134:246 warning Line exceeds 120 characters; contains 249 characters (Generic.Files.LineLength.TooLong) 140:151 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 147:136 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 149:154 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 157:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 162:139 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 178:51 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 178:51 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 178:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 180:65 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 180:65 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 180:153 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/customer/form/cc.phtml 17:209 warning Line exceeds 120 characters; contains 210 characters (Generic.Files.LineLength.TooLong) 19:139 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 28:251 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 28:251 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 28:349 warning Line exceeds 120 characters; contains 350 characters (Generic.Files.LineLength.TooLong) 31:34 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 31:34 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 31:132 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 32:121 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 35:267 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 42:66 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 42:66 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 42:162 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 46:265 warning Line exceeds 120 characters; contains 269 characters (Generic.Files.LineLength.TooLong) 49:47 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 49:47 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 49:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 56:330 warning Line exceeds 120 characters; contains 331 characters (Generic.Files.LineLength.TooLong) 66:229 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 66:229 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 66:324 warning Line exceeds 120 characters; contains 335 characters (Generic.Files.LineLength.TooLong) 72:238 warning Line exceeds 120 characters; contains 238 characters (Generic.Files.LineLength.TooLong) 73:115 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 75:242 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 75:242 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 75:426 warning Line exceeds 120 characters; contains 427 characters (Generic.Files.LineLength.TooLong) 81:284 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 81:284 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 81:383 warning Line exceeds 120 characters; contains 384 characters (Generic.Files.LineLength.TooLong) 87:127 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 99:157 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 100:213 warning Line exceeds 120 characters; contains 216 characters (Generic.Files.LineLength.TooLong) 104:153 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 108:129 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 110:419 warning Line exceeds 120 characters; contains 457 characters (Generic.Files.LineLength.TooLong) 114:133 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 119:213 warning Line exceeds 120 characters; contains 256 characters (Generic.Files.LineLength.TooLong) 122:197 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) 130:69 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong) 132:196 warning Line exceeds 120 characters; contains 204 characters (Generic.Files.LineLength.TooLong) 142:124 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 144:296 warning Line exceeds 120 characters; contains 345 characters (Generic.Files.LineLength.TooLong) 146:1 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 150:294 warning Line exceeds 120 characters; contains 297 characters (Generic.Files.LineLength.TooLong) 159:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 164:139 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 179:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 184:51 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 184:51 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 184:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 186:65 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 186:65 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 186:153 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/customer/cards.phtml 15:197 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong) 18:277 warning Line exceeds 120 characters; contains 280 characters (Generic.Files.LineLength.TooLong) 26:142 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 35:211 warning Line exceeds 120 characters; contains 217 characters (Generic.Files.LineLength.TooLong) 37:273 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 38:284 warning Line exceeds 120 characters; contains 294 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/form/ach.phtml 16:133 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 26:61 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 30:225 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong) 34:207 warning Line exceeds 120 characters; contains 215 characters (Generic.Files.LineLength.TooLong) 40:158 warning Line exceeds 120 characters; contains 196 characters (Generic.Files.LineLength.TooLong) 42:311 warning Line exceeds 120 characters; contains 329 characters (Generic.Files.LineLength.TooLong) 46:149 warning Line exceeds 120 characters; contains 187 characters (Generic.Files.LineLength.TooLong) 48:296 warning Line exceeds 120 characters; contains 333 characters (Generic.Files.LineLength.TooLong) 52:159 warning Line exceeds 120 characters; contains 197 characters (Generic.Files.LineLength.TooLong) 54:308 warning Line exceeds 120 characters; contains 344 characters (Generic.Files.LineLength.TooLong) 58:159 warning Line exceeds 120 characters; contains 197 characters (Generic.Files.LineLength.TooLong) 60:308 warning Line exceeds 120 characters; contains 345 characters (Generic.Files.LineLength.TooLong) 66:215 warning Line exceeds 120 characters; contains 218 characters (Generic.Files.LineLength.TooLong) 67:246 warning Line exceeds 120 characters; contains 249 characters (Generic.Files.LineLength.TooLong) 73:156 warning Line exceeds 120 characters; contains 194 characters (Generic.Files.LineLength.TooLong) 75:57 warning Line exceeds 120 characters; contains 189 characters (Generic.Files.LineLength.TooLong) 77:207 warning Line exceeds 120 characters; contains 215 characters (Generic.Files.LineLength.TooLong) 88:345 warning Line exceeds 120 characters; contains 347 characters (Generic.Files.LineLength.TooLong) 89:125 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 92:221 warning Line exceeds 120 characters; contains 228 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/form/cc.phtml 9:51 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 19:133 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 29:61 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 33:286 warning Line exceeds 120 characters; contains 287 characters (Generic.Files.LineLength.TooLong) 37:207 warning Line exceeds 120 characters; contains 215 characters (Generic.Files.LineLength.TooLong) 47:157 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 48:214 warning Line exceeds 120 characters; contains 217 characters (Generic.Files.LineLength.TooLong) 52:153 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 56:157 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 58:474 warning Line exceeds 120 characters; contains 512 characters (Generic.Files.LineLength.TooLong) 62:157 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 64:264 warning Line exceeds 120 characters; contains 307 characters (Generic.Files.LineLength.TooLong) 67:179 warning Line exceeds 120 characters; contains 187 characters (Generic.Files.LineLength.TooLong) 71:57 warning Line exceeds 120 characters; contains 224 characters (Generic.Files.LineLength.TooLong) 73:178 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong) 80:157 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 81:165 warning Line exceeds 120 characters; contains 179 characters (Generic.Files.LineLength.TooLong) 84:308 warning Line exceeds 120 characters; contains 374 characters (Generic.Files.LineLength.TooLong) 94:345 warning Line exceeds 120 characters; contains 347 characters (Generic.Files.LineLength.TooLong) 95:125 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 98:221 warning Line exceeds 120 characters; contains 228 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/customer/form/ach.phtml 17:207 warning Line exceeds 120 characters; contains 243 characters (Generic.Files.LineLength.TooLong) 19:144 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 28:144 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 30:299 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 30:299 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 30:399 warning Line exceeds 120 characters; contains 432 characters (Generic.Files.LineLength.TooLong) 34:142 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 36:295 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 36:295 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 36:394 warning Line exceeds 120 characters; contains 427 characters (Generic.Files.LineLength.TooLong) 40:139 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 42:290 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 42:290 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 42:388 warning Line exceeds 120 characters; contains 389 characters (Generic.Files.LineLength.TooLong) 45:34 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 45:34 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 45:132 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 46:129 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 47:146 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 49:311 warning Line exceeds 120 characters; contains 354 characters (Generic.Files.LineLength.TooLong) 59:66 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 59:66 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 59:162 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 61:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 63:304 warning Line exceeds 120 characters; contains 339 characters (Generic.Files.LineLength.TooLong) 66:47 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 66:47 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 66:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 69:136 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 73:369 warning Line exceeds 120 characters; contains 370 characters (Generic.Files.LineLength.TooLong) 81:133 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 83:238 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 83:238 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 83:368 warning Line exceeds 120 characters; contains 406 characters (Generic.Files.LineLength.TooLong) 87:148 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong) 89:290 warning Line exceeds 120 characters; contains 290 characters (Generic.Files.LineLength.TooLong) 90:115 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 92:281 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 92:281 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 92:465 warning Line exceeds 120 characters; contains 466 characters (Generic.Files.LineLength.TooLong) 96:143 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 98:323 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 98:323 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 98:422 warning Line exceeds 120 characters; contains 423 characters (Generic.Files.LineLength.TooLong) 102:139 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 104:204 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) 115:158 warning Line exceeds 120 characters; contains 172 characters (Generic.Files.LineLength.TooLong) 117:68 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 118:85 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 124:149 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 127:79 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 133:159 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong) 135:68 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 136:84 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 137:261 warning Line exceeds 120 characters; contains 280 characters (Generic.Files.LineLength.TooLong) 142:159 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong) 144:68 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 145:84 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 146:261 warning Line exceeds 120 characters; contains 276 characters (Generic.Files.LineLength.TooLong) 153:215 warning Line exceeds 120 characters; contains 218 characters (Generic.Files.LineLength.TooLong) 154:246 warning Line exceeds 120 characters; contains 249 characters (Generic.Files.LineLength.TooLong) 160:164 warning Line exceeds 120 characters; contains 178 characters (Generic.Files.LineLength.TooLong) 166:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 167:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 169:156 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 177:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 182:139 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 191:1 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/customer/form/cc.phtml 17:239 warning Line exceeds 120 characters; contains 257 characters (Generic.Files.LineLength.TooLong) 24:144 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 33:144 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 35:310 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 35:310 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 35:410 warning Line exceeds 120 characters; contains 443 characters (Generic.Files.LineLength.TooLong) 39:142 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 41:306 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 41:306 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 41:405 warning Line exceeds 120 characters; contains 438 characters (Generic.Files.LineLength.TooLong) 45:139 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 47:301 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 47:301 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 47:399 warning Line exceeds 120 characters; contains 400 characters (Generic.Files.LineLength.TooLong) 50:34 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 50:34 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 50:132 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 51:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 52:146 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 54:322 warning Line exceeds 120 characters; contains 365 characters (Generic.Files.LineLength.TooLong) 64:66 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 64:66 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 64:162 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 66:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 68:315 warning Line exceeds 120 characters; contains 350 characters (Generic.Files.LineLength.TooLong) 71:47 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 71:47 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 71:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 74:136 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 78:380 warning Line exceeds 120 characters; contains 381 characters (Generic.Files.LineLength.TooLong) 86:133 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 88:249 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 88:249 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 88:379 warning Line exceeds 120 characters; contains 417 characters (Generic.Files.LineLength.TooLong) 92:148 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong) 94:290 warning Line exceeds 120 characters; contains 290 characters (Generic.Files.LineLength.TooLong) 95:115 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 97:292 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 97:292 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 97:476 warning Line exceeds 120 characters; contains 477 characters (Generic.Files.LineLength.TooLong) 101:143 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 103:334 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 103:334 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 103:433 warning Line exceeds 120 characters; contains 434 characters (Generic.Files.LineLength.TooLong) 107:139 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 109:204 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) 124:157 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 125:214 warning Line exceeds 120 characters; contains 217 characters (Generic.Files.LineLength.TooLong) 129:153 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 133:142 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 135:440 warning Line exceeds 120 characters; contains 478 characters (Generic.Files.LineLength.TooLong) 139:146 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 141:217 warning Line exceeds 120 characters; contains 260 characters (Generic.Files.LineLength.TooLong) 144:185 warning Line exceeds 120 characters; contains 193 characters (Generic.Files.LineLength.TooLong) 148:58 warning Line exceeds 120 characters; contains 193 characters (Generic.Files.LineLength.TooLong) 150:184 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong) 157:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 159:317 warning Line exceeds 120 characters; contains 352 characters (Generic.Files.LineLength.TooLong) 166:140 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 171:139 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 180:1 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/customer/wrapper.phtml 12:135 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 13:207 warning Line exceeds 120 characters; contains 231 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/customer/cards.phtml 12:233 warning Line exceeds 120 characters; contains 234 characters (Generic.Files.LineLength.TooLong) 15:203 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong) 17:318 warning Line exceeds 120 characters; contains 328 characters (Generic.Files.LineLength.TooLong) 18:338 warning Line exceeds 120 characters; contains 348 characters (Generic.Files.LineLength.TooLong) 23:273 warning Line exceeds 120 characters; contains 276 characters (Generic.Files.LineLength.TooLong) 27:138 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) view/adminhtml/web/css/source/_module.less 2:1 warning Level's comment does not have 2 spaces after "//" (Magento2.Less.CommentLevels.SpacesMissed) 5:1 warning Line indented incorrectly; expected 4 spaces, found 2 (Magento2.Less.Indentation.Incorrect) 6:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 7:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 8:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 10:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 11:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 12:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 14:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 15:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 16:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 17:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 18:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 20:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 21:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 23:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 24:1 warning Line indented incorrectly; expected 24 spaces, found 12 (Magento2.Less.Indentation.Incorrect) 25:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 26:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 28:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 29:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 30:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 32:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 33:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 34:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 35:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 36:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 37:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 39:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 40:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 41:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 42:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 43:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 45:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 46:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 47:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 48:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 50:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 51:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 52:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 53:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 55:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 56:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 57:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 58:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 59:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 61:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 62:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 63:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 64:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 65:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 67:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 68:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 69:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 70:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 71:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 73:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 74:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 75:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 76:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 77:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 79:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 80:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 81:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 82:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 83:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 84:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 86:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 87:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 88:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 89:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 90:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 92:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 93:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 94:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 95:1 warning Line indented incorrectly; expected 24 spaces, found 12 (Magento2.Less.Indentation.Incorrect) 96:1 warning Line indented incorrectly; expected 28 spaces, found 14 (Magento2.Less.Indentation.Incorrect) 97:1 warning Line indented incorrectly; expected 24 spaces, found 12 (Magento2.Less.Indentation.Incorrect) 98:1 warning Line indented incorrectly; expected 20 spaces, found 10 (Magento2.Less.Indentation.Incorrect) 99:1 warning Line indented incorrectly; expected 16 spaces, found 8 (Magento2.Less.Indentation.Incorrect) 100:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 101:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 102:1 warning Line indented incorrectly; expected 4 spaces, found 2 (Magento2.Less.Indentation.Incorrect) 104:1 warning Line indented incorrectly; expected 4 spaces, found 2 (Magento2.Less.Indentation.Incorrect) 104:3 warning Id selector is used (Magento2.Less.AvoidId.IdSelectorUsage) 105:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 106:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 107:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 108:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 108:16 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 109:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 111:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 112:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 113:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 115:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 116:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 117:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 119:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 120:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 121:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 123:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 124:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 125:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 127:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 128:1 warning Line indented incorrectly; expected 12 spaces, found 6 (Magento2.Less.Indentation.Incorrect) 129:1 warning Line indented incorrectly; expected 8 spaces, found 4 (Magento2.Less.Indentation.Incorrect) 130:1 warning Line indented incorrectly; expected 4 spaces, found 2 (Magento2.Less.Indentation.Incorrect) 136:28 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) 148:31 warning A variable should be used for a CSS colour (Magento2.Less.ColourDefinition.NotInVariable) 149:31 warning Properties sorted not alphabetically (Magento2.Less.PropertiesSorting.PropertySorting) view/base/templates/info/ach.phtml 20:139 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) Api/GatewayInterface.php 71:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 89:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 108:46 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 148:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 163:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Api/Data/CardInterface.php 290:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 305:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 320:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Api/Data/CardAdditionalInterface.php 33:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 34:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 38:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 39:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 44:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 45:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 49:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 50:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 55:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 56:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 60:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 61:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 66:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 67:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 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) 77:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 78:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 82:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 83:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 88:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 89:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 93:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 94:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 99:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 100:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 104:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 105:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 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) 115:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 116:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 116:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 121:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 122:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 126:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 127:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 132:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 133:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 137:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 138: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 There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 148:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 149:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 154:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 155:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 159:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 160:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 165:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 166:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 170:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 171:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 176:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 177:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 181:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 182:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 187:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 188:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 192:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 193:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 198:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 199:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 203:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 204:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 204:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 209:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 210:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 214:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 215:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 215:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 220:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 221:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 225:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 226:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 226:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 231:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 232:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 236:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 237:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 237:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 242:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 243:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 247:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 248:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 248:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Api/MethodInterface.php 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) 86:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 87:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 99:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 109:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 119:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 129:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 138:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 147:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 158:6 warning Additional blank lines found at end of the annotation block (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Adminhtml/Customer/Form.php 242:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 243:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Block/Customer/Form.php 246:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 247:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)