Magento Coding Standard (PHPCS) report for paradoxlabs/authnetcim ================================================================= Package version: 6.0.0 | Magento: 2.4.9 | Tested: 2026-06-17 332 warnings in 30 files Gateway/Validator/StoredCard.php 33:33 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 35:38 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Model/Gateway.php 1085:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 1316: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) 2180:107 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 2477:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 2478:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) 2479:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified) Model/Service/AcceptCustomer/AbstractRequestHandler.php 278:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 279:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Service/RestClient.php 37:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 42:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 43:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 44:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 45:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) Model/Service/WebhookProcessor.php 53:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Service/AcceptHosted/AbstractRequestHandler.php 243:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 244:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Model/Card.php 85:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Cron/AccountUpdater.php 39:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) 40:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Model/Source/ValidationType.php 32:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/PaymentConfigSaveObserver.php 53:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 54:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/ConvertLegacyStoredDataObserver.php 73:60 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) Observer/CheckoutFailureClearProfileIdObserver.php 45:77 warning There must be exactly one blank line between lines short and long descriptions (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 64:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Observer/CheckoutFailureClearAcceptjsObserver.php 59:11 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) 69:15 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) Setup/Patch/Data/CustomerProfileIdAttr.php 55:8 warning Long description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 101:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 102:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 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) Setup/Patch/Data/CustomerProfileVersionAttr.php 55:8 warning Long description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 102:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 103:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 144:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 145:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) etc/schema.graphqls 59:1 warning Enum value "authnetcim" is not in SCREAMING_SNAKE_CASE format (Magento2.GraphQL.ValidEnumValue.NotScreamingSnakeCase) 60:1 warning Enum value "authnetcim_ach" is not in SCREAMING_SNAKE_CASE format (Magento2.GraphQL.ValidEnumValue.NotScreamingSnakeCase) 64:1 warning Enum value "checkout" is not in SCREAMING_SNAKE_CASE format (Magento2.GraphQL.ValidEnumValue.NotScreamingSnakeCase) 65:1 warning Enum value "paymentinfo" is not in SCREAMING_SNAKE_CASE format (Magento2.GraphQL.ValidEnumValue.NotScreamingSnakeCase) registration.php 27:12 warning The use of function dirname() is discouraged; use Magento\Framework\Filesystem\DriverInterface::getParentDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) Controller/Adminhtml/Hosted/GetPaymentParams.php 142:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) Controller/Adminhtml/Hosted/GetProfileParams.php 148:15 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch) view/frontend/templates/checkout/hosted/form.phtml 11:122 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 23:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 29:282 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 41:130 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 46:145 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 47:141 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 50:292 warning Line exceeds 120 characters; contains 341 characters (Generic.Files.LineLength.TooLong) 56:290 warning Line exceeds 120 characters; contains 293 characters (Generic.Files.LineLength.TooLong) 69:341 warning Line exceeds 120 characters; contains 343 characters (Generic.Files.LineLength.TooLong) 70:121 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 73:198 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) 88:135 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/form/cc.phtml 11:122 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 27:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 33:282 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 47:153 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 48:210 warning Line exceeds 120 characters; contains 213 characters (Generic.Files.LineLength.TooLong) 52:149 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 56:134 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 59:84 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 61:171 warning Line exceeds 120 characters; contains 184 characters (Generic.Files.LineLength.TooLong) 65:134 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 70:209 warning Line exceeds 120 characters; contains 252 characters (Generic.Files.LineLength.TooLong) 73:193 warning Line exceeds 120 characters; contains 201 characters (Generic.Files.LineLength.TooLong) 81:65 warning Line exceeds 120 characters; contains 185 characters (Generic.Files.LineLength.TooLong) 83:192 warning Line exceeds 120 characters; contains 200 characters (Generic.Files.LineLength.TooLong) 92:145 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 93:141 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 95:292 warning Line exceeds 120 characters; contains 341 characters (Generic.Files.LineLength.TooLong) 101:290 warning Line exceeds 120 characters; contains 293 characters (Generic.Files.LineLength.TooLong) 114:341 warning Line exceeds 120 characters; contains 343 characters (Generic.Files.LineLength.TooLong) 115:121 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 118:198 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) view/frontend/templates/customer/form/hosted.phtml 22:230 warning Line exceeds 120 characters; contains 231 characters (Generic.Files.LineLength.TooLong) 24:139 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 33:251 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 33:251 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 33:324 warning Line exceeds 120 characters; contains 325 characters (Generic.Files.LineLength.TooLong) 36:34 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 36:34 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 37:121 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 40:267 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 47:66 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 47:66 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 47:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 51:265 warning Line exceeds 120 characters; contains 269 characters (Generic.Files.LineLength.TooLong) 54:47 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 54:47 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 61:330 warning Line exceeds 120 characters; contains 331 characters (Generic.Files.LineLength.TooLong) 71:229 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 71:229 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 71:299 warning Line exceeds 120 characters; contains 310 characters (Generic.Files.LineLength.TooLong) 77:152 warning Short echo tag syntax must be used; expected ""; 0 found (Squiz.ControlStructures.ForEachLoopDeclaration.NoSpaceBeforeArrow) 87:27 warning Expected 1 space after "=>"; 0 found (Squiz.ControlStructures.ForEachLoopDeclaration.NoSpaceAfterArrow) 88:179 warning Line exceeds 120 characters; contains 187 characters (Generic.Files.LineLength.TooLong) 92:57 warning Line exceeds 120 characters; contains 224 characters (Generic.Files.LineLength.TooLong) 93:27 warning Expected 1 space before "=>"; 0 found (Squiz.ControlStructures.ForEachLoopDeclaration.NoSpaceBeforeArrow) 93:27 warning Expected 1 space after "=>"; 0 found (Squiz.ControlStructures.ForEachLoopDeclaration.NoSpaceAfterArrow) 94:178 warning Line exceeds 120 characters; contains 186 characters (Generic.Files.LineLength.TooLong) 101:157 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 102:165 warning Line exceeds 120 characters; contains 179 characters (Generic.Files.LineLength.TooLong) 105:308 warning Line exceeds 120 characters; contains 374 characters (Generic.Files.LineLength.TooLong) 115:345 warning Line exceeds 120 characters; contains 347 characters (Generic.Files.LineLength.TooLong) 116:125 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 119:221 warning Line exceeds 120 characters; contains 228 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/customer/form/hosted.phtml 22:237 warning Line exceeds 120 characters; contains 255 characters (Generic.Files.LineLength.TooLong) 30:107 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 30:107 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 30:167 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 31:106 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 31:106 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 31:166 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong) 36:143 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 46:143 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 48:309 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 48:309 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 48:384 warning Line exceeds 120 characters; contains 417 characters (Generic.Files.LineLength.TooLong) 52:141 warning Line exceeds 120 characters; contains 155 characters (Generic.Files.LineLength.TooLong) 54:305 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 54:305 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 54:379 warning Line exceeds 120 characters; contains 412 characters (Generic.Files.LineLength.TooLong) 58:138 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 60:300 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 60:300 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 60:373 warning Line exceeds 120 characters; contains 374 characters (Generic.Files.LineLength.TooLong) 63:34 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 63:34 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 64:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 65:145 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 67:321 warning Line exceeds 120 characters; contains 364 characters (Generic.Files.LineLength.TooLong) 77:66 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 77:66 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 77:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 79:136 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 81:314 warning Line exceeds 120 characters; contains 349 characters (Generic.Files.LineLength.TooLong) 85:54 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 85:54 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 85:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 88:134 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 92:379 warning Line exceeds 120 characters; contains 380 characters (Generic.Files.LineLength.TooLong) 100:132 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 102:249 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 102:249 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 102:353 warning Line exceeds 120 characters; contains 391 characters (Generic.Files.LineLength.TooLong) 106:147 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 108:289 warning Line exceeds 120 characters; contains 289 characters (Generic.Files.LineLength.TooLong) 109:115 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 111:290 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 111:290 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 111:449 warning Line exceeds 120 characters; contains 450 characters (Generic.Files.LineLength.TooLong) 115:142 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 117:333 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 117:333 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 117:407 warning Line exceeds 120 characters; contains 408 characters (Generic.Files.LineLength.TooLong) 121:138 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 123:204 warning Line exceeds 120 characters; contains 205 characters (Generic.Files.LineLength.TooLong) 166:134 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 172:139 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 181:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 203:122 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/customer/form/cc.phtml 22:239 warning Line exceeds 120 characters; contains 257 characters (Generic.Files.LineLength.TooLong) 40:144 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 57:144 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) 59:310 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 59:310 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 59:385 warning Line exceeds 120 characters; contains 418 characters (Generic.Files.LineLength.TooLong) 63:142 warning Line exceeds 120 characters; contains 156 characters (Generic.Files.LineLength.TooLong) 65:306 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 65:306 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 65:380 warning Line exceeds 120 characters; contains 413 characters (Generic.Files.LineLength.TooLong) 69:139 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 71:301 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 71:301 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 71:374 warning Line exceeds 120 characters; contains 375 characters (Generic.Files.LineLength.TooLong) 74:34 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 74:34 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 75:129 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 76:146 warning Line exceeds 120 characters; contains 160 characters (Generic.Files.LineLength.TooLong) 78:322 warning Line exceeds 120 characters; contains 365 characters (Generic.Files.LineLength.TooLong) 88:66 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 88:66 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 88:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 90:137 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 92:315 warning Line exceeds 120 characters; contains 350 characters (Generic.Files.LineLength.TooLong) 95:47 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 95:47 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 98:136 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 102:380 warning Line exceeds 120 characters; contains 381 characters (Generic.Files.LineLength.TooLong) 110:133 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 112:249 warning The use of helpers in templates is discouraged. Use ViewModel instead. (Magento2.Templates.ThisInTemplate.FoundHelper) 112:249 warning The use of $this in templates is deprecated. Use $block instead. (Magento2.Templates.ThisInTemplate.FoundThis) 112:354 warning Line exceeds 120 characters; contains 392 characters (Generic.Files.LineLength.TooLong) 116:148 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong) 118:204 warning Short echo tag syntax must be used; expected "