Magento Coding Standard (PHPCS) report for novalnet/module-payment ================================================================== Package version: 13.4.2 | Magento: 2.4.9 | Tested: 2026-05-26 477 warnings in 50 files Gateway/Response/VoidHandler.php 73:162 warning Line exceeds 120 characters; contains 162 characters (Generic.Files.LineLength.TooLong) Gateway/Response/PaymentHandler.php 81:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) 121:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 134:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 183:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 209:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) Gateway/Response/RefundHandler.php 74:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 75:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) Gateway/Request/InitializeDataBuilder.php 30:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Gateway/Request/AbstractDataBuilder.php 74:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 75:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 77:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 196:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 232:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 264:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) 269:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) 275:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 309:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 310:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 332:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 383:201 warning Line exceeds 120 characters; contains 201 characters (Generic.Files.LineLength.TooLong) 390:169 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 393:154 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) 397:13 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 397:13 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) Gateway/Request/CaptureDataBuilder.php 44:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 49:127 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) Gateway/Http/Client/TransactionAuthorize.php 90:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 93:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) Gateway/Http/Client/TransactionRefund.php 77:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 83:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) Gateway/Http/Client/TransactionInitialize.php 69:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 76:157 warning Line exceeds 120 characters; contains 157 characters (Generic.Files.LineLength.TooLong) 77:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 82:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) Gateway/Http/Client/TransactionVoid.php 74:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 80:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 86:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) Gateway/Http/Client/TransactionCapture.php 82:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 86:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 92:137 warning Line exceeds 120 characters; contains 137 characters (Generic.Files.LineLength.TooLong) Gateway/Config/PaymentActionHandler.php 57:180 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) Gateway/Config/CanInitializeHandler.php 61:148 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) Plugin/Model/Order/Payment.php 59:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) Helper/Data.php 302:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 303:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 304:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 305:163 warning Line exceeds 120 characters; contains 163 characters (Generic.Files.LineLength.TooLong) 330:297 warning Line exceeds 120 characters; contains 297 characters (Generic.Files.LineLength.TooLong) 341:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 352:151 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 356:165 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 372:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 389:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 399:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 423:177 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong) 459:166 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 555:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 558:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 559:153 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 586:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 625:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 676:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 739:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 779:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose) 1095:406 warning Line exceeds 120 characters; contains 406 characters (Generic.Files.LineLength.TooLong) 1099:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) 1155:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 1163:78 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 1178:13 warning There must be a comment when fall-through is intentional in a non-empty case body (PSR2.ControlStructures.SwitchDeclaration.TerminatingComment) 1191:59 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 1197:1 warning The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody) Model/CallbackRepository.php 404:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 419:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 482:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 556:13 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 556:13 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 556:111 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 610:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 668:128 warning Line exceeds 120 characters; contains 128 characters (Generic.Files.LineLength.TooLong) 701:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 729:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 741:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 768:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 770:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 775:164 warning Line exceeds 120 characters; contains 164 characters (Generic.Files.LineLength.TooLong) 787:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 860:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 887:135 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 909:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 933:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 990:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 1033:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong) 1036:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 1337:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 1568:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 1575:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 1577:177 warning Line exceeds 120 characters; contains 177 characters (Generic.Files.LineLength.TooLong) 1578:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 1584:170 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) Model/NNConfig.php 158:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 159:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 160:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 161:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 162:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 163:13 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 163:51 warning Expected 0 spaces between argument "$field" and comma; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpaceBeforeComma) 163:51 warning Expected 1 space between comma and argument "$storeId"; 0 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.NoSpaceBeforeArg) 165:9 warning Line indented incorrectly; expected at least 9 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 169:9 warning Line indented incorrectly; expected at least 9 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 171:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 261:7 warning Line indented incorrectly; expected 5 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 275:7 warning Line indented incorrectly; expected 5 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 282:8 warning Line indented incorrectly; expected 5 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 295:8 warning Line indented incorrectly; expected 5 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) Model/Callback.php 33:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) 36:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 7 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) Model/NovalnetRepository.php 111:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 232:143 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) 259:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 274:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 296:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 322:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 326:133 warning Line exceeds 120 characters; contains 133 characters (Generic.Files.LineLength.TooLong) 327:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 378:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 449:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) 453:139 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 454:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) Model/TransactionStatus.php 33:12 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found) Observer/SetVoidStatus.php 50:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) Observer/ProcessCaptureAction.php 103:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 116:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 137:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) Observer/SetPaymentDataForRecurring.php 97:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 98:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 99:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 104:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) Observer/DataAssignObserver.php 69:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 70:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 111:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 117:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 126:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) 131:152 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) Observer/ProcessNovalnetPayment.php 86:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 100:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 104:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) 114:131 warning Line exceeds 120 characters; contains 131 characters (Generic.Files.LineLength.TooLong) Setup/Patch/Data/RemoveAccessKey.php 92:130 warning Line exceeds 120 characters; contains 130 characters (Generic.Files.LineLength.TooLong) 97:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) Ui/Component/Listing/Column/Method/Title.php 37:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) etc/csp_whitelist.xml 37:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 41:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 42:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) Logger/Handler/NovalnetError.php 61:12 warning Line indented incorrectly; expected at least 12 spaces, found 11 (Generic.WhiteSpace.ScopeIndent.Incorrect) 63:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) Controller/Redirect/Failure.php 121:176 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 135:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 139:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) 145:141 warning Line exceeds 120 characters; contains 141 characters (Generic.Files.LineLength.TooLong) Controller/Redirect/Success.php 106:172 warning Line exceeds 120 characters; contains 172 characters (Generic.Files.LineLength.TooLong) 127:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 169:142 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong) Controller/Adminhtml/Sales/ZeroAmountUpdate.php 149:149 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 182:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 204:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 221:195 warning Line exceeds 120 characters; contains 195 characters (Generic.Files.LineLength.TooLong) 236:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 241:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 265:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 288:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) Controller/Adminhtml/Sales/OrderCapture.php 131:124 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 134:145 warning Line exceeds 120 characters; contains 145 characters (Generic.Files.LineLength.TooLong) Controller/Adminhtml/Sales/Refund.php 80:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 179:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 195:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 233:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) view/frontend/templates/info/Pay.phtml 27:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 28:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 29:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 40:17 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 54:164 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 55:191 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong) 56:123 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 61:224 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong) 66:216 warning Line exceeds 120 characters; contains 223 characters (Generic.Files.LineLength.TooLong) 84:148 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 89:191 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong) 98:15 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 99:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 120:121 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 151:19 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 152:146 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 153:167 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 154:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong) 156:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 158:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 160:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 162:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 174:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 175:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 175:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 175:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 182:208 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong) 183:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 185:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 187:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 189:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 201:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 202:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 202:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 202:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 209:255 warning Line exceeds 120 characters; contains 256 characters (Generic.Files.LineLength.TooLong) 210:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 212:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 214:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 216:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 232:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 233:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 233:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 233:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 244:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 245:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 246:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 247:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 248:21 warning Line indented incorrectly; expected at least 24 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.Incorrect) 260:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 261:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 262:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 263:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 264:21 warning Line indented incorrectly; expected at least 24 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.Incorrect) 272:19 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 273:172 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong) 276:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 277:175 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 278:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 290:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 291:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 291:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 291:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 316:207 warning Line exceeds 120 characters; contains 208 characters (Generic.Files.LineLength.TooLong) 328:140 warning Line exceeds 120 characters; contains 148 characters (Generic.Files.LineLength.TooLong) 332:182 warning Line exceeds 120 characters; contains 190 characters (Generic.Files.LineLength.TooLong) view/frontend/email/novalnet_callback_instalment_email.html 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var sepaPayment (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var storeName (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var orderNo (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var customer_name (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var orderNo (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var store.getFrontendName() (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var cycleAmount (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var currency (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var order_id (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) view/frontend/email/novalnet_callback_email.html 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var subject (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var toName (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var toEmail (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var fromName (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var fromEmail (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) 1:1 warning Template @vars comment block is missing a variable used in the template. Missing variable: var body (Magento2.Html.HtmlDirective.HtmlTemplatesUndefinedVariable) view/frontend/web/template/payment/novalnetPay.html 1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements) view/adminhtml/templates/form/Pay.phtml 28:34 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/adminhtml/templates/system/config/form/field/VendorAutoConfig.phtml 38:21 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 84:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) 98:217 warning Line exceeds 120 characters; contains 217 characters (Generic.Files.LineLength.TooLong) 117:1 warning Line exceeds 120 characters; contains 135 characters (Generic.Files.LineLength.TooLong) 139:1 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 142:1 warning Line exceeds 120 characters; contains 143 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/config/webhooks_configuration.phtml 79:58 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 83:164 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) 84:171 warning Line exceeds 120 characters; contains 173 characters (Generic.Files.LineLength.TooLong) 85:164 warning Line exceeds 120 characters; contains 166 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/pdf/Pay.phtml 27:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 28:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 29:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 40:17 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 54:164 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 55:191 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong) 56:123 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 61:224 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong) 66:216 warning Line exceeds 120 characters; contains 223 characters (Generic.Files.LineLength.TooLong) 84:148 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 89:191 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong) 98:174 warning Line exceeds 120 characters; contains 175 characters (Generic.Files.LineLength.TooLong) 118:121 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 149:152 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 150:167 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 151:150 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 152:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 154:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 156:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 158:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 170:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 171:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 171:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 171:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 177:208 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong) 178:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 180:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 182:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 184:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 196:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 197:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 197:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 197:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 203:255 warning Line exceeds 120 characters; contains 256 characters (Generic.Files.LineLength.TooLong) 204:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 206:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 208:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 210:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 226:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 227:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 227:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 227:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 238:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 239:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 240:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 241:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 242:21 warning Line indented incorrectly; expected at least 24 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.Incorrect) 254:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong) 255:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 256:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 257:1 warning Multi-line function call not indented correctly; expected 24 spaces but found 28 (PSR2.Methods.FunctionCallSignature.Indent) 258:21 warning Line indented incorrectly; expected at least 24 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.Incorrect) 266:178 warning Line exceeds 120 characters; contains 179 characters (Generic.Files.LineLength.TooLong) 268:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 269:175 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 270:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 282:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 283:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 283:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 283:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 299:82 warning Space found before comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma) view/adminhtml/templates/info/Pay.phtml 27:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 28:144 warning Line exceeds 120 characters; contains 144 characters (Generic.Files.LineLength.TooLong) 29:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 40:17 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 54:164 warning Line exceeds 120 characters; contains 165 characters (Generic.Files.LineLength.TooLong) 55:191 warning Line exceeds 120 characters; contains 198 characters (Generic.Files.LineLength.TooLong) 56:123 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 61:224 warning Line exceeds 120 characters; contains 225 characters (Generic.Files.LineLength.TooLong) 66:216 warning Line exceeds 120 characters; contains 223 characters (Generic.Files.LineLength.TooLong) 84:148 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 89:191 warning Line exceeds 120 characters; contains 192 characters (Generic.Files.LineLength.TooLong) 98:174 warning Line exceeds 120 characters; contains 175 characters (Generic.Files.LineLength.TooLong) 118:121 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 149:152 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 150:167 warning Line exceeds 120 characters; contains 168 characters (Generic.Files.LineLength.TooLong) 151:150 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 152:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 154:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 156:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 158:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 170:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 171:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 171:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 171:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 178:208 warning Line exceeds 120 characters; contains 209 characters (Generic.Files.LineLength.TooLong) 179:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 181:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 183:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 185:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 197:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 198:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 198:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 198:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 205:255 warning Line exceeds 120 characters; contains 256 characters (Generic.Files.LineLength.TooLong) 206:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 208:179 warning Line exceeds 120 characters; contains 180 characters (Generic.Files.LineLength.TooLong) 210:123 warning Line exceeds 120 characters; contains 124 characters (Generic.Files.LineLength.TooLong) 212:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 228:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 229:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 229:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 229:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) 237:12 warning Line indented incorrectly; expected at least 12 spaces, found 11 (Generic.WhiteSpace.ScopeIndent.Incorrect) 238:16 warning Line indented incorrectly; expected at least 16 spaces, found 15 (Generic.WhiteSpace.ScopeIndent.Incorrect) 240:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 241:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent) 242:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent) 243:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 24 (PSR2.Methods.FunctionCallSignature.Indent) 244:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 255:45 warning Opening parenthesis of a multi-line function call must be the last content on the line (PSR2.Methods.FunctionCallSignature.ContentAfterOpenBracket) 255:216 warning Line exceeds 120 characters; contains 216 characters (Generic.Files.LineLength.TooLong) 256:1 warning Multi-line function call not indented correctly; expected 20 spaces but found 26 (PSR2.Methods.FunctionCallSignature.Indent) 256:66 warning Closing parenthesis of a multi-line function call must be on a line by itself (PSR2.Methods.FunctionCallSignature.CloseBracketLine) 257:21 warning Line indented incorrectly; expected 24 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 273:82 warning Space found before comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.SpaceBeforeComma) 277:178 warning Line exceeds 120 characters; contains 179 characters (Generic.Files.LineLength.TooLong) 279:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 280:175 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 281:168 warning Line exceeds 120 characters; contains 169 characters (Generic.Files.LineLength.TooLong) 293:180 warning Line exceeds 120 characters; contains 181 characters (Generic.Files.LineLength.TooLong) 294:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 294:118 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 294:150 warning Line exceeds 120 characters; contains 191 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/sales/order/view/tab/instalment.phtml 27:41 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 33:39 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 39:41 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 42:54 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 43:55 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 46:45 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 51:41 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 52:57 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 52:112 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 52:153 warning Line exceeds 120 characters; contains 161 characters (Generic.Files.LineLength.TooLong) 56:45 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 57:45 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 67:39 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 75:144 warning Line exceeds 120 characters; contains 152 characters (Generic.Files.LineLength.TooLong) 79:186 warning Line exceeds 120 characters; contains 194 characters (Generic.Files.LineLength.TooLong) 87:143 warning Line exceeds 120 characters; contains 151 characters (Generic.Files.LineLength.TooLong) 91:159 warning Line exceeds 120 characters; contains 167 characters (Generic.Files.LineLength.TooLong) 102:41 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 110:254 warning Line exceeds 120 characters; contains 257 characters (Generic.Files.LineLength.TooLong) 114:17 warning Line indented incorrectly; expected at least 20 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 117:176 warning Line exceeds 120 characters; contains 176 characters (Generic.Files.LineLength.TooLong) 119:17 warning Line indented incorrectly; expected at least 24 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.Incorrect) 122:120 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 143:43 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 171:122 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 172:282 warning Line exceeds 120 characters; contains 283 characters (Generic.Files.LineLength.TooLong) 174:120 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 184:25 warning Line indented incorrectly; expected at least 32 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.Incorrect) 185:29 warning Line indented incorrectly; expected at least 36 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.Incorrect) 185:202 warning Line exceeds 120 characters; contains 203 characters (Generic.Files.LineLength.TooLong) 190:170 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) 191:152 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 192:137 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong) 193:152 warning Line exceeds 120 characters; contains 153 characters (Generic.Files.LineLength.TooLong) 195:139 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong) 197:129 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) view/adminhtml/templates/sales/order/view/tab/zeroamountbooking.phtml 27:45 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 30:194 warning Line exceeds 120 characters; contains 251 characters (Generic.Files.LineLength.TooLong) 38:237 warning Line exceeds 120 characters; contains 246 characters (Generic.Files.LineLength.TooLong) 40:202 warning Line exceeds 120 characters; contains 312 characters (Generic.Files.LineLength.TooLong) 46:163 warning Line exceeds 120 characters; contains 171 characters (Generic.Files.LineLength.TooLong) Block/Adminhtml/Button/Control.php 96:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 135:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 137:153 warning Line exceeds 120 characters; contains 154 characters (Generic.Files.LineLength.TooLong) Block/Adminhtml/Sales/Order/View/Tab/ZeroAmountBooking.php 22:110 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 97:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 98:158 warning Line exceeds 120 characters; contains 158 characters (Generic.Files.LineLength.TooLong) Block/Adminhtml/Sales/Order/View/Tab/Instalment.php 110:122 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) Block/Adminhtml/System/Config/Fieldset/Payment.php 29:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 39:12 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 61:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 62:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 63:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 64:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 65:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 70:1 warning Code must not contain multiple empty lines in a row; found 3 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 74:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 75:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 76:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 77:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 78:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 115:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 116:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 117:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 118:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 119:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 120:5 warning Expected 5 spaces before asterisk; 4 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 125:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 139:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 140:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 141:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 142:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 143:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 144:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 168:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) 171:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 172:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 173:13 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 173:54 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen) 173:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) 173:129 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine) 214:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound) Block/System/Config/Form/Field/WebhookURL.php 146:126 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong)