Magento Coding Standard (PHPCS) report for esparks/module-paylike
=================================================================
Package version: 1.6.1 | Magento: 2.4.9 | Tested: 2026-05-27
2 errors, 3856 warnings in 33 files
Gateway/Response/FraudHandler.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Gateway/Response/TxnIdHandler.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
18:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
25:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
30:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace)
57:9 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found)
57:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
57:40 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
61:13 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found)
61:13 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
61:84 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
65:65 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
66:13 warning Expected 1 space after closing brace; newline found (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
68:13 warning Expected "} else {\n"; found "}\n\n else{\n" (PEAR.ControlStructures.ControlSignature.Found)
68:13 warning Expected 1 space after ELSE keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
72:9 warning Expected 1 space after closing brace; newline found (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
74:9 warning Expected "} else {\n"; found "}\n\n else{\n" (PEAR.ControlStructures.ControlSignature.Found)
74:9 warning Expected 1 space after ELSE keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
Gateway/Request/RefundRequest.php
26:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
32:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
Gateway/Http/Client/AbstractTransaction.php
19:63 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
20:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
21:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
22:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
23:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
23:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
25:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
26:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
27:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
28:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
28:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
30:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
31:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
32:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
33:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
33:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
35:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
36:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
37:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
39:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
40: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)
42:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
42:29 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
42:85 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
42:87 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
43:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
43:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
44:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
44:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
45:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
45:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
46:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
46:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
48:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
49:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
50:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
51:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
51:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
51:30 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
51:66 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
51:68 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
52:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
52:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
55:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
55:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
55:28 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
55:83 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
56:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
56:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
56:11 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
57:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
57:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
58:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
58:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
59:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
59:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
60:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
60:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
62:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
62:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
63:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
63:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
63:33 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
63:66 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
64:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
64:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
64:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
64:26 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
65:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
65:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
65:15 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
65:73 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
66:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
66:19 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
66:38 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
67:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
67:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
67:14 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
67:40 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
68:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
69:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
69:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
69:8 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
69:37 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
70:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
70:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
71:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
71:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
72:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
72:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
73:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
73:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
75:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
75:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
76:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
76:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
78:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
78:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
79:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
79:1 warning Multi-line function call not indented correctly; expected 7 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
79:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
80:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
80:1 warning Multi-line function call not indented correctly; expected 7 spaces but found 5 (PSR2.Methods.FunctionCallSignature.Indent)
80:6 warning Line indented incorrectly; expected at least 12 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
81:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
81:1 warning Multi-line function call not indented correctly; expected 7 spaces but found 5 (PSR2.Methods.FunctionCallSignature.Indent)
81:6 warning Line indented incorrectly; expected at least 12 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
82:1 warning Multi-line function call not indented correctly; expected 7 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent)
82:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
83:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
83:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
84:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
84:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
86:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
86:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
87:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
87:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
89:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
90:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
91:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
92:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
92:5 warning $transactionId parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
93:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
94:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
95:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
96:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
97:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
97:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
97:21 warning $transactionid parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
97:37 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
97:67 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
Gateway/Http/Client/TransactionAuthorize.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
64:15 warning Missing @param for argument in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
68:9 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found)
68:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
68:34 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
72:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
76:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
77:1 warning Empty lines are not allowed in multi-line function calls (PSR2.Methods.FunctionCallSignature.EmptyLine)
78:1 warning Multi-line function call not indented correctly; expected 16 spaces but found 12 (PSR2.Methods.FunctionCallSignature.Indent)
79:1 warning Empty lines are not allowed in multi-line function calls (PSR2.Methods.FunctionCallSignature.EmptyLine)
Gateway/Http/Client/TransactionRefund.php
12:8 warning $transactionId parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
12:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
16:15 warning $transactionid parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Gateway/Http/Client/TransactionVoid.php
12:8 warning $transactionId parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
12:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
16:15 warning $transactionid parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Gateway/Http/Client/TransactionCapture.php
12:8 warning $transactionId parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
12:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
16:15 warning $transactionid parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
Gateway/Validator/ResponseCodeValidator.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
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)
Helper/Data.php
11:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
11:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
14:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
15:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
16:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
17:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
18:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
18:47 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
20:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
21:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
22:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
23:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
24:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
25:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
25:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
25:47 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
26:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
28:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
29:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
30:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
31:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
31:5 warning $config parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing)
32:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
33:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
33:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
33:9 warning $logger parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
33:29 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
33:46 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
34:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
34:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
35:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
35:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
36:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
36:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
39:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
40: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)
43:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
44:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
45:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
46:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
46:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
46:9 warning Method name "Data::handle_exceptions" is not in camel caps format (PSR1.Methods.CamelCapsMethodName.NotCamelCaps)
46:35 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
46:76 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
46:78 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
47:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
47:7 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
47:20 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
48:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
48:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
49:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
49:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
50:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
50:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
50:21 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
50:43 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
51:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
51:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
52:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
52:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
52:11 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
52:27 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
53:9 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
54:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
54:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
54:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
54:95 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
55:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
55:5 warning Terminating statement must be indented to the same level as the CASE body (PSR2.ControlStructures.SwitchDeclaration.BreakIndent)
56:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
56:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
56:9 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
57:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
57:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
57:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
57:182 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
57:183 warning Line exceeds 120 characters; contains 183 characters (Generic.Files.LineLength.TooLong)
58:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
58:5 warning Terminating statement must be indented to the same level as the CASE body (PSR2.ControlStructures.SwitchDeclaration.BreakIndent)
59:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
59:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
59:9 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
60:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
60:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
60:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
60:173 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
60:174 warning Line exceeds 120 characters; contains 174 characters (Generic.Files.LineLength.TooLong)
61:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
61:5 warning Terminating statement must be indented to the same level as the CASE body (PSR2.ControlStructures.SwitchDeclaration.BreakIndent)
62:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
62:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
62:9 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
63:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
63:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
63:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
63:115 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
64:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
64:5 warning Terminating statement must be indented to the same level as the CASE body (PSR2.ControlStructures.SwitchDeclaration.BreakIndent)
65:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
65:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
65:9 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
66:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
66:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
66:149 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
66:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong)
67:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
67:5 warning Terminating statement must be indented to the same level as the CASE body (PSR2.ControlStructures.SwitchDeclaration.BreakIndent)
68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
68:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
68:9 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
69:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
69:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
69:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
69:76 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
70:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
70:5 warning Terminating statement must be indented to the same level as the CASE body (PSR2.ControlStructures.SwitchDeclaration.BreakIndent)
71:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
71:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
71:9 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
72:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
72:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
72:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
72:101 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
73:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
73:5 warning Terminating statement must be indented to the same level as the CASE body (PSR2.ControlStructures.SwitchDeclaration.BreakIndent)
74:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
74:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
76:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
76:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
76:14 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
76:28 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
78:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
78:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
78:7 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
78:16 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
79:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
79:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
80:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
80:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
83:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
83:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
83:18 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
83:34 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
85:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
85:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
85:10 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
85:23 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
86:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
86:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
88:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
88:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
88:9 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
88:36 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
88:57 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
88:59 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
89:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
89:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
89:17 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
90:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
90:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
91:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
91:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
91:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
92:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
92:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
93:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
93:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
94:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
94:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
95:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
95:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
96:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
96:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
97:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
97:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
98:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
98:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
98:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
99:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
99:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
100:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
100:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
101:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
101:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
102:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
102:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
103:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
103:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
104:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
104:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
105:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
105:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
105:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
106:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
106:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
107:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
107:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
108:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
108:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
109:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
109:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
110:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
110:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
111:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
111:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
112:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
112:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
112:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
113:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
113:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
114:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
114:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
115:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
115:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
116:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
116:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
117:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
117:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
118:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
118:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
119:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
119:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
119:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
120:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
120:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
121:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
121:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
122:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
122:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
123:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
123:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
124:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
124:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
125:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
125:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
126:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
126:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
126:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
127:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
127:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
128:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
128:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
129:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
129:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
130:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
130:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
131:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
131:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
132:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
132:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
133:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
133:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
133:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
134:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
134:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
135:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
135:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
136:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
136:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
137:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
137:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
138:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
138:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
139:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
139:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
140:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
140:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
140:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
141:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
141:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
142:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
142:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
143:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
143:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
144:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
144:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
145:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
145:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
146:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
146:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
147:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
147:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
147:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
148:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
148:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
149:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
149:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
150:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
150:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
151:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
151:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
152:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
152:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
153:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
153:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
154:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
154:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
154:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
155:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
155:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
156:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
156:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
157:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
157:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
158:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
158:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
159:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
159:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
160:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
160:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
161:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
161:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
161:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
162:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
162:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
163:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
163:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
164:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
164:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
165:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
165:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
166:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
166:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
167:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
167:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
168:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
168:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
168:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
169:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
169:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
170:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
170:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
171:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
171:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
172:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
172:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
173:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
173:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
174:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
174:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
175:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
175:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
175:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
176:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
176:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
177:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
177:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
178:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
178:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
179:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
179:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
180:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
180:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
181:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
181:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
182:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
182:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
182:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
183:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
183:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
184:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
184:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
185:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
185:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
186:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
186:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
187:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
187:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
188:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
188:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
189:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
189:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
189:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
190:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
190:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
191:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
191:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
192:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
192:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
193:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
193:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
194:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
194:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
195:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
195:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
196:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
196:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
196:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
197:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
197:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
198:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
198:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
199:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
199:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
200:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
200:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
201:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
201:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
202:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
202:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
203:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
203:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
203:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
204:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
204:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
205:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
205:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
206:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
206:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
207:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
207:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
208:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
208:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
209:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
209:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
210:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
210:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
210:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
211:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
211:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
212:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
212:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
213:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
213:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
214:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
214:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
215:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
215:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
216:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
216:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
217:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
217:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
217:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
218:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
218:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
219:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
219:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
220:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
220:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
221:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
221:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
222:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
222:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
223:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
223:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
224:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
224:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
224:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
225:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
225:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
226:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
226:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
227:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
227:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
228:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
228:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
229:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
229:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
230:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
230:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
231:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
231:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
231:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
232:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
232:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
233:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
233:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
234:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
234:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
235:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
235:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
236:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
236:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
237:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
237:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
238:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
238:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
238:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
239:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
239:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
240:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
240:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
241:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
241:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
242:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
242:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
243:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
243:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
244:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
244:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
245:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
245:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
245:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
246:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
246:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
247:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
247:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
248:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
248:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
249:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
249:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
250:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
250:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
251:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
251:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
252:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
252:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
252:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
253:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
253:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
254:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
254:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
255:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
255:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
256:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
256:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
257:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
257:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
258:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
258:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
259:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
259:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
259:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
260:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
260:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
261:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
261:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
262:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
262:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
263:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
263:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
264:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
264:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
265:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
265:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
266:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
266:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
266:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
267:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
267:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
268:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
268:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
269:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
269:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
270:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
270:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
271:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
271:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
272:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
272:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
273:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
273:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
273:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
274:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
274:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
275:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
275:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
276:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
276:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
277:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
277:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
278:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
278:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
279:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
279:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
280:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
280:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
280:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
281:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
281:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
282:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
282:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
283:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
283:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
284:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
284:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
285:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
285:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
286:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
286:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
287:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
287:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
288:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
288:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
288:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
289:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
289:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
290:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
290:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
291:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
291:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
292:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
292:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
293:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
293:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
294:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
294:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
295:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
295:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
295:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
296:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
296:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
297:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
297:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
298:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
298:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
299:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
299:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
300:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
300:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
301:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
301:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
302:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
302:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
302:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
303:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
303:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
304:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
304:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
305:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
305:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
306:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
306:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
307:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
307:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
308:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
308:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
309:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
309:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
309:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
310:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
310:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
311:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
311:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
312:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
312:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
313:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
313:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
314:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
314:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
315:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
315:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
316:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
316:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
316:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
317:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
317:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
318:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
318:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
319:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
319:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
320:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
320:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
321:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
321:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
322:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
322:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
323:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
323:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
323:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
324:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
324:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
325:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
325:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
326:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
326:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
327:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
327:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
328:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
328:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
329:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
329:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
330:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
330:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
330:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
331:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
331:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
332:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
332:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
333:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
333:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
334:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
334:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
335:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
335:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
336:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
336:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
337:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
337:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
337:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
338:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
338:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
339:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
339:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
340:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
340:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
341:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
341:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
342:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
342:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
343:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
343:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
344:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
344:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
344:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
345:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
345:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
346:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
346:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
347:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
347:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
348:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
348:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
349:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
349:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
350:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
350:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
351:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
351:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
352:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
352:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
352:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
353:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
353:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
354:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
354:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
355:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
355:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
356:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
356:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
357:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
357:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
358:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
358:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
359:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
359:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
359:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
360:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
360:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
361:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
361:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
362:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
362:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
363:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
363:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
364:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
364:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
365:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
365:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
366:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
366:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
366:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
367:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
367:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
368:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
368:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
369:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
369:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
370:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
370:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
371:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
371:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
372:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
372:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
373:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
373:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
373:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
374:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
374:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
375:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
375:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
376:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
376:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
377:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
377:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
378:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
378:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
379:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
379:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
380:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
380:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
380:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
381:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
381:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
382:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
382:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
383:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
383:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
384:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
384:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
385:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
385:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
386:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
386:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
387:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
387:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
387:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
388:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
388:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
389:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
389:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
390:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
390:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
391:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
391:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
392:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
392:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
393:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
393:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
394:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
394:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
395:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
395:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
395:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
396:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
396:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
397:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
397:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
398:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
398:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
399:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
399:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
400:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
400:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
401:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
401:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
402:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
402:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
402:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
403:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
403:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
404:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
404:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
405:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
405:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
406:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
406:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
407:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
407:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
408:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
408:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
409:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
409:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
409:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
410:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
410:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
411:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
411:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
412:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
412:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
413:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
413:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
414:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
414:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
415:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
415:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
416:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
416:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
417:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
417:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
417:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
418:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
418:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
419:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
419:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
420:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
420:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
421:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
421:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
422:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
422:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
423:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
423:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
424:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
424:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
424:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
425:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
425:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
426:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
426:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
427:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
427:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
428:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
428:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
429:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
429:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
430:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
430:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
431:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
431:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
431:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
432:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
432:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
433:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
433:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
434:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
434:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
435:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
435:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
436:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
436:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
437:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
437:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
438:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
438:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
438:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
439:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
439:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
440:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
440:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
441:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
441:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
442:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
442:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
443:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
443:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
444:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
444:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
445:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
445:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
445:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
446:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
446:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
447:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
447:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
448:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
448:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
449:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
449:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
450:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
450:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
451:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
451:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
452:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
452:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
452:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
453:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
453:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
454:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
454:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
455:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
455:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
456:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
456:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
457:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
457:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
458:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
458:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
459:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
459:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
459:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
460:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
460:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
461:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
461:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
462:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
462:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
463:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
463:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
464:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
464:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
465:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
465:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
466:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
466:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
466:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
467:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
467:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
468:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
468:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
469:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
469:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
470:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
470:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
471:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
471:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
472:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
472:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
473:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
473:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
473:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
474:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
474:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
475:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
475:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
476:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
476:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
477:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
477:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
478:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
478:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
479:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
479:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
480:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
480:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
480:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
481:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
481:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
482:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
482:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
483:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
483:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
484:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
484:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
485:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
485:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
486:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
486:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
487:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
487:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
487:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
488:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
488:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
489:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
489:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
490:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
490:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
491:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
491:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
492:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
492:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
493:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
493:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
494:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
494:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
494:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
495:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
495:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
496:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
496:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
497:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
497:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
498:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
498:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
499:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
499:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
500:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
500:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
501:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
501:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
502:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
502:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
502:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
503:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
503:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
504:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
504:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
505:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
505:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
506:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
506:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
507:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
507:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
508:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
508:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
509:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
509:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
509:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
510:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
510:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
511:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
511:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
512:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
512:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
513:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
513:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
514:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
514:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
515:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
515:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
516:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
516:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
516:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
517:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
517:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
518:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
518:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
519:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
519:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
520:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
520:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
521:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
521:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
522:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
522:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
523:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
523:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
523:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
524:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
524:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
525:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
525:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
526:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
526:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
527:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
527:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
528:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
528:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
529:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
529:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
530:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
530:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
530:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
531:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
531:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
532:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
532:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
533:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
533:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
534:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
534:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
535:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
535:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
536:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
536:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
537:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
537:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
537:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
538:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
538:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
539:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
539:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
540:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
540:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
541:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
541:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
542:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
542:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
543:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
543:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
544:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
544:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
544:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
545:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
545:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
546:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
546:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
547:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
547:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
548:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
548:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
549:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
549:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
550:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
550:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
551:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
551:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
551:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
552:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
552:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
553:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
553:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
554:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
554:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
555:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
555:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
556:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
556:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
557:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
557:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
558:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
558:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
558:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
559:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
559:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
560:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
560:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
561:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
561:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
562:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
562:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
563:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
563:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
564:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
564:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
565:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
565:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
565:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
566:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
566:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
567:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
567:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
568:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
568:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
569:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
569:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
570:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
570:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
571:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
571:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
572:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
572:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
572:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
573:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
573:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
574:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
574:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
575:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
575:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
576:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
576:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
577:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
577:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
578:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
578:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
579:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
579:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
579:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
580:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
580:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
581:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
581:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
582:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
582:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
583:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
583:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
584:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
584:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
585:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
585:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
586:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
586:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
586:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
587:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
587:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
588:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
588:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
589:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
589:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
590:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
590:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
591:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
591:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
592:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
592:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
593:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
593:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
593:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
594:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
594:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
595:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
595:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
596:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
596:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
597:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
597:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
598:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
598:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
599:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
599:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
600:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
600:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
600:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
601:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
601:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
602:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
602:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
603:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
603:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
604:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
604:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
605:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
605:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
606:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
606:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
607:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
607:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
607:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
608:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
608:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
609:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
609:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
610:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
610:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
611:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
611:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
612:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
612:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
613:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
613:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
614:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
614:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
614:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
615:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
615:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
616:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
616:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
617:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
617:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
618:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
618:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
619:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
619:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
620:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
620:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
621:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
621:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
621:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
622:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
622:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
623:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
623:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
624:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
624:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
625:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
625:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
626:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
626:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
627:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
627:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
628:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
628:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
628:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
629:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
629:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
630:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
630:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
631:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
631:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
632:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
632:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
633:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
633:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
634:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
634:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
635:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
635:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
635:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
636:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
636:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
637:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
637:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
638:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
638:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
639:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
639:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
640:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
640:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
641:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
641:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
642:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
642:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
642:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
643:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
643:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
644:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
644:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
645:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
645:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
646:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
646:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
647:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
647:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
648:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
648:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
649:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
649:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
649:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
650:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
650:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
651:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
651:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
652:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
652:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
653:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
653:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
654:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
654:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
655:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
655:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
656:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
656:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
656:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
657:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
657:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
658:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
658:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
659:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
659:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
660:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
660:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
661:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
661:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
662:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
662:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
663:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
663:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
663:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
664:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
664:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
665:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
665:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
666:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
666:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
667:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
667:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
668:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
668:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
669:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
669:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
670:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
670:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
670:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
671:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
671:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
672:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
672:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
673:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
673:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
674:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
674:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
675:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
675:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
676:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
676:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
677:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
677:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
677:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
678:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
678:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
679:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
679:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
680:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
680:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
681:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
681:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
682:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
682:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
683:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
683:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
684:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
684:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
684:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
685:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
685:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
686:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
686:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
687:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
687:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
688:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
688:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
689:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
689:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
690:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
690:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
691:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
691:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
691:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
692:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
692:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
693:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
693:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
694:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
694:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
695:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
695:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
696:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
696:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
697:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
697:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
698:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
698:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
698:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
699:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
699:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
700:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
700:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
701:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
701:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
702:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
702:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
703:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
703:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
704:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
704:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
705:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
705:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
705:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
706:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
706:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
707:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
707:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
708:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
708:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
709:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
709:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
710:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
710:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
711:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
711:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
712:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
712:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
712:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
713:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
713:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
714:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
714:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
715:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
715:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
716:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
716:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
717:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
717:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
718:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
718:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
719:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
719:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
719:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
720:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
720:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
721:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
721:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
722:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
722:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
723:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
723:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
724:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
724:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
725:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
725:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
726:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
726:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
726:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
727:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
727:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
728:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
728:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
729:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
729:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
730:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
730:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
731:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
731:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
732:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
732:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
733:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
733:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
733:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
734:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
734:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
735:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
735:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
736:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
736:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
737:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
737:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
738:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
738:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
739:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
739:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
740:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
740:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
740:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
741:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
741:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
742:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
742:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
743:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
743:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
744:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
744:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
745:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
745:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
746:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
746:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
747:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
747:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
747:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
748:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
748:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
749:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
749:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
750:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
750:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
751:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
751:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
752:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
752:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
753:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
753:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
754:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
754:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
754:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
755:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
755:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
756:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
756:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
757:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
757:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
758:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
758:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
759:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
759:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
760:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
760:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
761:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
761:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
761:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
762:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
762:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
763:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
763:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
764:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
764:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
765:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
765:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
766:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
766:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
767:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
767:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
768:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
768:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
768:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
769:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
769:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
770:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
770:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
771:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
771:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
772:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
772:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
773:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
773:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
774:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
774:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
775:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
775:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
775:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
776:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
776:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
777:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
777:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
778:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
778:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
779:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
779:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
780:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
780:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
781:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
781:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
782:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
782:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
782:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
783:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
783:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
784:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
784:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
785:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
785:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
786:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
786:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
787:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
787:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
788:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
788:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
789:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
789:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
790:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
790:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
790:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
791:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
791:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
792:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
792:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
793:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
793:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
794:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
794:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
795:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
795:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
796:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
796:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
797:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
797:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
797:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
798:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
798:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
799:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
799:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
800:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
800:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
801:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
801:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
802:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
802:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
803:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
803:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
804:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
804:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
804:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
805:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
805:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
806:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
806:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
807:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
807:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
808:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
808:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
809:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
809:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
810:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
810:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
811:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
811:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
811:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
812:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
812:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
813:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
813:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
814:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
814:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
815:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
815:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
816:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
816:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
817:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
817:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
818:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
818:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
818:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
819:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
819:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
820:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
820:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
821:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
821:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
822:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
822:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
823:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
823:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
824:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
824:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
825:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
825:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
825:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
826:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
826:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
827:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
827:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
828:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
828:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
829:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
829:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
830:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
830:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
831:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
831:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
832:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
832:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
832:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
833:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
833:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
834:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
834:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
835:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
835:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
836:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
836:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
837:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
837:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
838:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
838:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
839:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
839:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
839:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
840:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
840:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
841:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
841:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
842:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
842:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
843:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
843:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
844:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
844:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
845:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
845:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
846:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
846:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
846:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
847:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
847:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
848:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
848:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
849:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
849:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
850:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
850:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
851:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
851:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
852:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
852:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
853:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
853:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
854:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
854:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
854:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
855:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
855:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
856:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
856:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
857:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
857:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
858:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
858:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
859:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
859:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
860:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
860:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
861:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
861:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
861:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
862:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
862:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
863:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
863:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
864:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
864:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
865:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
865:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
866:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
866:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
867:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
867:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
868:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
868:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
868:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
869:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
869:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
870:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
870:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
871:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
871:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
872:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
872:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
873:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
873:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
874:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
874:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
875:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
875:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
876:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
876:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
876:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
877:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
877:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
878:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
878:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
879:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
879:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
880:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
880:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
881:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
881:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
882:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
882:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
883:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
883:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
883:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
884:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
884:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
885:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
885:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
886:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
886:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
887:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
887:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
888:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
888:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
889:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
889:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
890:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
890:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
890:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
891:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
891:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
892:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
892:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
893:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
893:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
894:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
894:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
895:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
895:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
896:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
896:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
897:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
897:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
897:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
898:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
898:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
899:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
899:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
900:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
900:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
901:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
901:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
902:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
902:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
903:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
903:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
904:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
904:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
904:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
905:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
905:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
906:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
906:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
907:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
907:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
908:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
908:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
909:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
909:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
910:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
910:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
911:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
911:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
911:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
912:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
912:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
913:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
913:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
914:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
914:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
915:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
915:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
916:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
916:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
917:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
917:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
918:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
918:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
918:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
919:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
919:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
920:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
920:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
921:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
921:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
922:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
922:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
923:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
923:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
924:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
924:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
925:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
925:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
925:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
926:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
926:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
927:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
927:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
928:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
928:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
929:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
929:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
930:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
930:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
931:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
931:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
932:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
932:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
933:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
933:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
933:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
934:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
934:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
935:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
935:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
936:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
936:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
937:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
937:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
938:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
938:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
939:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
939:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
940:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
940:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
940:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
941:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
941:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
942:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
942:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
943:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
943:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
944:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
944:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
945:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
945:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
946:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
946:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
947:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
947:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
947:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
948:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
948:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
949:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
949:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
950:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
950:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
951:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
951:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
952:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
952:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
953:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
953:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
954:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
954:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
954:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
955:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
955:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
956:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
956:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
957:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
957:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
958:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
958:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
959:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
959:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
960:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
960:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
961:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
961:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
961:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
962:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
962:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
963:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
963:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
964:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
964:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
965:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
965:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
966:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
966:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
967:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
967:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
968:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
968:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
968:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
969:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
969:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
970:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
970:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
971:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
971:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
972:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
972:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
973:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
973:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
974:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
974:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
975:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
975:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
975:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
976:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
976:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
977:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
977:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
978:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
978:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
979:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
979:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
980:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
980:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
981:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
981:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
982:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
982:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
982:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
983:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
983:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
984:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
984:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
985:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
985:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
986:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
986:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
987:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
987:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
988:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
988:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
989:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
989:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
989:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
990:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
990:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
991:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
991:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
992:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
992:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
993:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
993:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
994:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
994:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
995:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
995:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
996:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
996:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
996:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
997:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
997:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
998:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
998:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
999:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
999:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1000:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1000:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1001:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1001:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1002:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1002:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1003:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1003:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1003:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1004:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1004:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1005:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1005:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1006:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1006:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1007:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1007:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1008:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1008:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1009:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1009:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1010:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1010:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1010:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1011:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1011:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1012:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1012:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1013:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1013:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1014:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1014:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1015:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1015:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1016:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1016:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1017:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1017:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1017:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1018:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1018:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1019:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1019:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1020:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1020:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1021:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1021:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1022:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1022:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1023:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1023:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1024:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1024:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1024:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1025:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1025:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1026:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1026:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1027:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1027:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1028:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1028:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1029:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1029:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1030:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1030:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1031:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1031:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1031:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1032:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1032:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1033:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1033:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1034:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1034:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1035:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1035:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1036:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1036:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1037:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1037:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1038:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1038:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1038:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1039:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1039:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1040:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1040:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1041:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1041:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1042:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1042:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1043:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1043:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1044:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1044:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1045:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1045:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1045:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1046:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1046:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1047:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1047:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1048:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1048:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1049:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1049:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1050:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1050:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1051:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1051:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1052:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1052:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1052:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1053:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1053:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1054:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1054:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1055:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1055:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1056:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1056:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1057:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1057:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1058:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1058:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1059:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1059:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1059:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1060:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1060:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1061:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1061:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1062:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1062:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1063:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1063:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1064:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1064:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1065:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1065:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1066:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1066:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1066:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1067:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1067:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1068:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1068:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1069:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1069:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1070:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1070:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1071:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1071:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1072:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1072:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1073:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1073:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1074:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1074:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1074:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1075:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1075:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1076:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1076:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1077:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1077:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1078:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1078:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1079:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1079:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1080:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1080:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1081:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1081:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1081:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1082:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1082:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1083:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1083:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1084:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1084:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1085:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1085:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1086:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1086:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1087:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1087:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1088:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1088:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1088:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1089:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1089:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1090:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1090:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1091:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1091:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1092:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1092:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1093:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1093:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1094:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1094:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1095:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1095:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1095:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1096:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1096:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1097:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1097:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1098:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1098:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1099:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1099:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1100:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1100:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1101:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1101:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1102:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1102:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1102:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1103:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1103:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1104:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1104:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1105:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1105:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1106:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1106:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1107:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1107:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1108:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1108:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1109:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1109:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1109:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1110:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1110:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1111:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1111:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1112:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1112:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1113:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1113:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1114:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1114:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1115:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1115:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1116:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1116:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1116:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1117:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1117:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1118:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1118:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1119:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1119:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1120:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1120:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1121:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1121:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1122:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1122:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1123:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1123:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1123:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1124:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1124:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1125:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1125:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1126:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1126:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1127:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1127:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1128:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1128:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1129:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1129:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1130:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1130:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1130:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1131:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1131:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1132:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1132:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1133:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1133:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1134:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1134:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1135:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1135:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1136:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1136:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1137:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1137:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1137:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1138:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1138:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1139:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1139:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1140:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1140:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1141:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1141:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1142:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1142:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1143:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1143:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1144:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1144:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1144:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1145:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1145:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1146:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1146:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1147:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1147:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1148:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1148:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1149:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1149:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1150:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1150:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1151:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1151:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1151:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1152:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1152:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1153:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1153:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1154:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1154:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1155:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1155:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1156:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1156:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1157:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1157:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1158:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1158:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1158:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1159:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1159:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1160:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1160:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1161:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1161:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1162:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1162:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1163:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1163:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1164:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1164:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1165:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1165:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1165:5 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
1166:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1166:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1167:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1167:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1168:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1168:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1169:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1169:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1170:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1170:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1171:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1171:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1172:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1172:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1172:7 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
1172:8 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1172:49 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1172:50 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
1173:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1173:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1174:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1174:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1175:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1175:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1176:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1176:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1177:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1177:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1179:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1180:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1181:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1182:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1182:5 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
1183:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1184:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1185:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1187:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1187:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1187:46 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
1187:67 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
1187:69 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
1188:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1188:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1188:22 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1188:61 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1189:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1189:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1189:7 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
1189:8 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1189:37 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1189:38 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
1190:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1190:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1190:11 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1190:42 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1191:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1191:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1192:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1192:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1192:11 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1192:22 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1193:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1193:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1194:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1194:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1196:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1196:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1196:9 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
1196:34 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
1196:63 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
1196:65 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
1197:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1197:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1197:24 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1197:73 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1198:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1198:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1198:13 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1198:41 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1199:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1199:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1199:7 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
1199:8 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1199:33 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1199:34 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
1200:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1200:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1200:14 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1200:21 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
1200:48 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1200:50 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
1201:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1201:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
1203:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1203:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
1204:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
1204:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
Model/Adminhtml/Source/LogsActions.php
8:33 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
9:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
9:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
11:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
11:10 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
11:10 warning Possible useless method overriding detected (Generic.CodeAnalysis.UselessOverridingMethod.Found)
11:67 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
12:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
13:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
15:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
15:10 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
15:52 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
16:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
17:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
18:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
20:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
20:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
20:64 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
21:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
22:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
24:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
24:10 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
24:34 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
25:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
26:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
28:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
28:10 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
28:41 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
29:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
29:47 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
29:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
31:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
32:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
34:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
34:10 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
34:41 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
35:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
35:47 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
35:159 warning Line exceeds 120 characters; contains 159 characters (Generic.Files.LineLength.TooLong)
37:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
38:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
Model/Adminhtml/Source/LiveApiKey.php
1:1 warning End of line character is invalid; expected "\n" but found "\r\n" (Generic.Files.LineEndings.InvalidEOLChar)
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
16:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
17:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
18:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
21:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
30:12 warning $helper parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
52:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
52:33 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
57:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
57:14 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
57:58 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
57:59 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
62:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
62:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
62:82 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
62:83 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
66:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
66:15 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
66:67 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
67:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
67:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
67:43 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
67:72 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
68:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
68:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
Model/Adminhtml/Source/TestApiKey.php
1:1 warning End of line character is invalid; expected "\n" but found "\r\n" (Generic.Files.LineEndings.InvalidEOLChar)
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
16:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
17:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
18:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
21:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
30:12 warning $helper parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
52:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
52:33 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
57:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
57:14 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
57:58 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
57:59 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
62:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
62:16 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
62:82 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
62:83 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
66:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
66:15 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
66:67 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
67:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
67:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
67:43 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
67:72 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
68:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
68:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
Model/Adminhtml/Source/PaymentAction.php
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
16:8 warning If the @inheritdoc not inline it shouldn’t have braces (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Model/Adminhtml/Source/AcceptedCards.php
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
17:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
18:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
19:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
Model/Adminhtml/Source/TestAppKey.php
1:1 warning End of line character is invalid; expected "\n" but found "\r\n" (Generic.Files.LineEndings.InvalidEOLChar)
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
16:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
17:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
18:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
21:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
30:12 warning $helper parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
52:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
52:33 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
57:40 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
57:67 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
61:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
61:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
62:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
62:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
62:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
62:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
62:55 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
66:24 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
66:77 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
67:39 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
67:79 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
68:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
68:43 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
68:72 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
69:9 warning Closing brace indented incorrectly; expected 2 spaces, found 8 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
73:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
73:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
73:47 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
73:69 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
74:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
74:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
74:8 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
74:19 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
75:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
75:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
75:5 warning Space found after opening bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen)
75:5 warning Space found before closing bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose)
75:14 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
75:38 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
76:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
76:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
76:10 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
76:28 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
77:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
77:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
78:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
78:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
79:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
79:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
80:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
80:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
81:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
81:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
81:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
81:5 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
81:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
81:55 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
83:9 warning Closing brace indented incorrectly; expected 2 spaces, found 8 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
85:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
85:14 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
85:58 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
85:59 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
89:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
89:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
89:15 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
89:76 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
90:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
90:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
90:43 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
90:72 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
91:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
91:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
91:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
Model/Adminhtml/Source/CaptureMode.php
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Adminhtml/Source/TransactionMode.php
13:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
16:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
Model/Adminhtml/Source/LiveAppKey.php
1:1 warning End of line character is invalid; expected "\n" but found "\r\n" (Generic.Files.LineEndings.InvalidEOLChar)
16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
16:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
17:3 warning Expected 5 spaces before asterisk; 2 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar)
18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
18:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
21:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment)
30:12 warning $helper parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
52:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
52:33 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
58:40 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
58:67 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
62:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
62:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
63:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
63:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
63:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
63:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
63:55 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
67:24 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
67:77 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
68:39 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
68:79 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
69:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
69:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
69:43 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
69:72 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
70:9 warning Closing brace indented incorrectly; expected 2 spaces, found 8 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
74:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
74:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
74:47 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
74:69 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
75:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
75:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
75:8 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
75:19 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
76:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
76:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
76:5 warning Space found after opening bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen)
76:5 warning Space found before closing bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose)
76:14 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
76:38 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
77:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
77:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
77:10 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
77:29 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
78:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
78:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
79:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
79:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
80:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
80:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
81:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
81:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
82:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
82:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
82:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
82:55 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
85:9 warning Closing brace indented incorrectly; expected 2 spaces, found 8 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
87:13 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
87:14 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
87:58 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
87:59 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
91:24 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
91:85 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
92:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
92:32 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
93:43 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
93:87 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
95:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
95:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
95:43 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
95:72 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
96:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
96:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
96:3 warning Closing brace indented incorrectly; expected 8 spaces, found 2 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
Model/Adapter/PaylikeAdapter.php
1:1 warning End of line character is invalid; expected "\n" but found "\r\n" (Generic.Files.LineEndings.InvalidEOLChar)
25:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
25:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
25:2 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
27:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
28:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
29:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
30:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
39:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 12 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
40:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 12 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
41:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 12 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
42:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 12 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
43:1 warning Multi-line function declaration not indented correctly; expected 4 spaces but found 8 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
44:5 warning The closing parenthesis and the opening brace of a multi-line function declaration must be on the same line (Squiz.Functions.MultiLineFunctionDeclaration.NewlineBeforeOpenBrace)
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)
62:9 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found)
62:9 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
62:38 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
64:9 warning Expected 1 space after closing brace; newline found (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
66:9 warning Expected "} else if (...) {\n"; found "}\n\n else if(...){\n" (PEAR.ControlStructures.ControlSignature.Found)
66:9 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
66:14 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found)
66:14 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
66:43 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis)
73:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
74:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
83:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
84: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)
133:21 warning Multi-line function call not indented correctly; expected 12 spaces but found 1 (PSR2.Methods.FunctionCallSignature.Indent)
Model/Ui/ConfigProvider.php
15:1 warning Class description must contain meaningful information beyond what its name provides or be removed. (Magento2.Commenting.ClassAndInterfacePHPDocFormatting.InvalidDescription)
15:57 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
16:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
16:2 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
17:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
17:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
17:2 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
18:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
18:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
18:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
19:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
19:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
19:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
20:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
20:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
20:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
21:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
21:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
21:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
22:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
22:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
22:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
23:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
23:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
23:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
24:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
24:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
24:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
26:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
26:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
26:9 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
27:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
27:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
27:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
28:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
28:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
28:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
29:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
29:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
29:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
30:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
30:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
30:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
31:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
31:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
31:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
32:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
32:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
32:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
33:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
33:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
33:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
34:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
34:1 warning Multi-line function declaration not indented correctly; expected 5 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent)
34:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
35:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
35:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)
36:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
36:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
37:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
37:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
38:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
39:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
39:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
39:10 warning Creation of dynamic property Lunar\Paylike\Model\Ui\ConfigProvider::$cartRepositoryInterface is deprecated since PHP 8.2 (PHPCompatibility.Classes.RemovedDynamicProperties.Deprecated)
40:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
40:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
41:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
41:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
42:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
42:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
43:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
43:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
44:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
44:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
46:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
48:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
49:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
50:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
51:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
51:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
51:30 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
52:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
52:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
53:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
54:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
54:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
55:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
55:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
56:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
56:7 warning Line indented incorrectly; expected at least 8 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
56:40 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
56:54 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
57:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
57:7 warning Line indented incorrectly; expected at least 8 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
57:40 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
57:52 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
58:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
58:6 warning Line indented incorrectly; expected at least 8 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect)
59:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
59:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
60:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
60:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
61:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
61:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
62:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
62:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
63:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
63:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
64:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
64:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
65:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
65:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
66:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
66:29 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
66:84 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
67:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
67:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
68:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
68:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
70:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
71:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
72:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
73:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
74:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
76:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
76:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
76:35 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
77:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
77:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
77:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
77:133 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
77:134 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong)
78:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
78:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
80:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
81:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
83:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
84:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
86:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
86:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
86:32 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
87:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
87:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
88:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
88:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
88:20 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
88:49 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
90:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
90:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
90:17 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
91:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
91:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
92:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
92:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
92:3 warning Space found after opening bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen)
92:3 warning Space found before closing bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose)
92:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
92:37 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
93:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
93:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
93:45 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
93:109 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
94:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
94:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
94:24 warning Increment operators should be used where possible; found "$key = $key + 1;" but expected "++$key" (Squiz.Operators.IncrementDecrementUsage.Found)
95:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
95:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
97:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
97:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
98:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
98:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
100:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
101:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
102:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
103:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
104:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
106:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
106:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
106:33 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
107:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
107:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
108:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
108:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
110:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
111:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
112:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
113:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
114:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
116:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
116:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
116:34 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
117:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
117:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
117:32 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
117:135 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
117:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
118:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
118:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
118:7 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
118:16 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
120:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
120:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
121:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
121:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
123:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
123:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
124:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
124:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
126:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
126:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
126:9 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
126:35 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
127:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
127:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
127:34 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
127:137 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
127:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
129:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
129:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
130:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
130:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
132:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
133:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
134:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
135:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
136:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
138:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
138:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
138:37 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
139:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
139:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
139:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
139:135 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
139:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
140:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
140:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
142:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
143:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
144:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
145:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
146:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
148:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
148:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
148:36 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
149:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
149:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
149:31 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
149:139 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
149:140 warning Line exceeds 120 characters; contains 140 characters (Generic.Files.LineLength.TooLong)
150:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
150:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
151:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
151:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
151:7 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
151:23 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
152:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
152:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
152:31 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
152:135 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
152:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
153:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
153:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
153:5 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
153:14 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
153:30 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
154:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
154:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
154:31 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
154:135 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
154:136 warning Line exceeds 120 characters; contains 136 characters (Generic.Files.LineLength.TooLong)
155:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
155:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
157:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
157:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
158:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
158:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
160:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
161:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
162:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
163:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
164:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
166:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
166:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
166:44 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
167:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
167:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
169:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
169:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
169:2 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
171:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
172:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
173:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
174:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
175:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
176:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
177:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
179:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
179:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
179:38 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
179:50 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
179:52 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
180:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
180:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
180:25 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
180:65 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
182:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
182:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
182:2 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
184:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
184:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
184:9 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
184:34 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
184:45 warning Expected 1 space between comma and argument "$amount"; 0 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.NoSpaceBeforeArg)
184:54 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
184:56 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
185:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
185:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
185:25 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
185:52 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
185:61 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
187:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
187:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
187:2 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
189:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
189:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
189:9 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
189:36 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
189:48 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
189:50 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
190:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
190:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
190:25 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
190:55 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
192:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
192:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
192:2 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
194:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
195:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
196:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
197:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
198:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
200:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
200:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
200:34 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
201:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
201:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
201:37 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
201:145 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
201:146 warning Line exceeds 120 characters; contains 146 characters (Generic.Files.LineLength.TooLong)
202:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
202:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
202:9 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
203:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
203:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
203:9 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
204:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
204:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
204:12 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
205:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
205:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
207:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
207:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
207:46 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma)
209:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
209:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
211:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
211:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
212:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
212:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
212:15 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
213:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
213:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
213:3 warning Space found after opening bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceAfterOpen)
213:3 warning Space found before closing bracket of FOREACH loop (Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose)
213:12 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
213:50 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
214:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
214:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
214:18 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
215:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
215:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
216:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
216:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
217:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
217:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
218:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
218:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
219:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
219:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
220:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
220:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
221:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
221:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
223:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
223:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
223:11 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
224:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
224:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
224:51 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
224:72 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
225:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
225:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
226:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
226:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
227:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
227:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
228:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
228:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
230:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
230:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
231:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
231:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
231:36 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
231:41 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
231:95 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
233:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
233:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
233:15 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
234:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
234:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
235:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
235:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
236:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
236:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
237:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
237:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
238:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
238:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
239:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
239:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
241:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
241:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
241:38 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
241:43 warning Use ::class notation instead. (Magento2.PHP.LiteralNamespaces.LiteralClassUsage)
241:92 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
242:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
242:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
244:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
244:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
244:15 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
245:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
245:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
246:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
246:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
247:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
247:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
248:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
250:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
250:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
250:14 warning PHP keywords must be lowercase; expected "self" but found "SELF" (Generic.PHP.LowerCaseKeyword.Found)
252:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
252:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
253:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
253:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
253:10 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
254:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
254:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
254:11 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
255:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
255:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
255:12 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
256:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
256:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
257:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
257:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
258:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
258:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
259:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
259:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
260:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
260:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
260:12 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
261:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
261:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
261:12 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
262:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
262:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
262:14 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
263:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
263:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
263:15 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
264:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
264:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
264:15 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
265:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
265:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
265:15 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
266:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
266:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
267:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
267:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
267:18 warning Spaces must be used for alignment; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.NonIndentTabsUsed)
268:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
268:4 warning Line indented incorrectly; expected at least 8 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect)
269:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
269:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect)
270:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
270:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
Observer/CheckoutAllSubmitAfterObserver.php
18:1 warning There must be one blank line after the last USE statement; 2 found; (PSR2.Namespaces.UseDeclaration.SpaceAfterLastUse)
23:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
83:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
90:132 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong)
91:138 warning Line exceeds 120 characters; contains 138 characters (Generic.Files.LineLength.TooLong)
109:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
110:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
111:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
112:8 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
130:56 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
146:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong)
152:23 warning Empty CATCH statement detected (Magento2.CodeAnalysis.EmptyBlock.DetectedCatch)
157:99 warning Line exceeds 120 characters; contains 142 characters (Generic.Files.LineLength.TooLong)
161:9 warning Expected 1 space after closing brace; newline found (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace)
162:9 warning Expected "} else if (...) {\n"; found "}\n else if (...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
162:9 warning Usage of ELSE IF is discouraged; use ELSEIF instead (PSR2.ControlStructures.ElseIfDeclaration.NotAllowed)
Observer/SalesOrderPaymentVoidObserver.php
15:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
17:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
Observer/DataAssignObserver.php
14:5 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound)
16:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
17:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
29:35 warning PHP keywords must be lowercase; expected "self" but found "SELF" (Generic.PHP.LowerCaseKeyword.Found)
31:21 warning PHP keywords must be lowercase; expected "self" but found "SELF" (Generic.PHP.LowerCaseKeyword.Found)
32:37 warning PHP keywords must be lowercase; expected "self" but found "SELF" (Generic.PHP.LowerCaseKeyword.Found)
34:13 warning Line indented incorrectly; expected 8 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
34:13 warning Closing brace indented incorrectly; expected 8 spaces, found 12 (Squiz.WhiteSpace.ScopeClosingBrace.Indent)
36:5 warning Function closing brace must go on the next line following the body; found 1 blank lines before brace (PSR2.Methods.FunctionClosingBrace.SpacingBeforeClose)
Setup/Patch/Data/AddNewOrderStatusPatch.php
77:70 warning Constants are not allowed as the first argument of translation function, use string literal instead (Magento2.Translation.ConstantUsage.VariableTranslation)
87:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
122:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
Controller/Index/Log.php
13:26 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
14:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
14:10 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
14:81 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
15:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
16:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
17:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
19:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
19:10 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
19:29 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
20:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
22:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
23:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
24:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
26:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
27:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
28:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
30:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
31:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
32:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
34:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
35:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
36:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
38:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
39:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
41:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
41:11 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
41:31 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
42:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
43:7 warning Line indented incorrectly; expected at least 8 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
44:7 warning Line indented incorrectly; expected at least 8 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
44:21 warning The use of function is_writable() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isWritable() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
45:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
47:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
48:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
49:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
51:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
51:11 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
51:33 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
52:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
52:14 warning The use of function glob() is discouraged; use Magento\Framework\Filesystem\Glob::glob() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
53:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
53:5 warning Expected "foreach (...) {\n"; found "foreach(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
53:5 warning Expected 1 space after FOREACH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
54:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
54:7 warning The use of function unlink() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
55:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
57:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
58:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
60:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
60:11 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
60:30 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
61:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
61:14 warning The use of function glob() is discouraged; use Magento\Framework\Filesystem\Glob::glob() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
62:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
62:29 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
63:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
64:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
65:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
67:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
67:11 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
67:29 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
68:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
69:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
70:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
72:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
72:14 warning The use of function glob() is discouraged; use Magento\Framework\Filesystem\Glob::glob() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
73:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
73:5 warning Expected "foreach (...) {\n"; found "foreach(...) {\n" (PEAR.ControlStructures.ControlSignature.Found)
73:5 warning Expected 1 space after FOREACH keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword)
74:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
74:30 warning The use of function basename() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
75:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
77:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
79:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
79:30 warning The use of function file_get_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
80:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
80:5 warning The use of function unlink() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
82:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
83:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
84:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
86:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
86:11 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock)
86:26 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
87:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
89:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
89:10 warning The use of function is_dir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::isDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
90:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
90:7 warning The use of function mkdir() is discouraged; use Magento\Framework\Filesystem\DriverInterface::createDirectory() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative)
91:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
92:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
94:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
95:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
96:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
98:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
98:10 warning The use of function file_exists() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
99:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
100:7 warning Line indented incorrectly; expected at least 12 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect)
100:7 warning The use of function file_put_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
100:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong)
101:5 warning Line indented incorrectly; expected 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
103:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
104:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
104:5 warning The use of function file_put_contents() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged)
106:5 warning Line indented incorrectly; expected at least 8 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect)
107:3 warning Line indented incorrectly; expected 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact)
view/frontend/templates/paylikemultishipping.phtml
5:66 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
6:74 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped)
view/frontend/web/template/payment/paylikepaymentmethod.html
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
view/adminhtml/templates/system/config/LogsActions.phtml
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - " " (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - " " (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements)
18:1 warning Please do not use "text/javascript" type attribute. (Magento2.Legacy.PhtmlTemplate.TextJavascriptTypeFound)
lib/Paylike/Adapter.php
2:1 warning There must be one blank line after the namespace declaration (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
16:16 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
17:17 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing)
22:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
35:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
36:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
36:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
44:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
45:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
45:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
47:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
52:16 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing)
52:16 warning $url parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
52:16 warning $data parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing)
58:50 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found)
90:5 warning The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody)
lib/Paylike/Client.php
1:1 warning A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 12 and the first side effect is on line 3. (PSR1.Files.SideEffects.FoundWithSymbols)
2:1 warning There must be one blank line after the namespace declaration (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
3:1 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
3:29 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
4:1 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
4:33 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
5:1 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
5:26 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
11:5 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
11:8 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
11:40 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
11:41 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
12:18 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
15:12 warning Content missing for @var tag in class property declaration. (Magento2.Commenting.ClassPropertyPHPDocFormatting.EmptyVar)
23:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
24:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
24:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
27:38 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
27:55 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
27:57 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
28:34 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
28:58 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
31:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
32:12 warning null is not a valid PHP type (Magento2.Annotation.MethodArguments.NotValidType)
32:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
37:42 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
37:66 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
37:68 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
38:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
38:32 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
41:21 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
41:36 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
42:32 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
42:56 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
49:5 warning The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody)
lib/Paylike/Transaction.php
2:1 warning There must be one blank line after the namespace declaration (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
9:5 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
9:8 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
9:45 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
9:46 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
10:23 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
11:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines)
15:32 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
19:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
20:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
24:38 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
24:59 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
24:61 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
26:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
26:28 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
27:17 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
27:65 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
30:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
30:91 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
33:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
34:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
34:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
40:37 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
40:54 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
40:56 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
42:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
42:28 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
43:17 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
43:65 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
46:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
46:105 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
49:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
50:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
50:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
54:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
54:12 warning Parameter tags must be grouped together (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
58:39 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
58:63 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
58:65 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
60:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
60:28 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
61:17 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
61:65 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
64:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
64:93 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
67:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
68:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
68:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
72:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
72:12 warning Parameter tags must be grouped together (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
76:36 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
76:60 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
76:62 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
78:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
78:28 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
79:17 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
79:65 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
82:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
82:90 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
85:9 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
86:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
86:12 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
90:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
90:12 warning Parameter tags must be grouped together (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation)
94:38 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
94:62 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
94:64 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
96:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
96:28 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
97:17 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
97:65 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
100:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
100:92 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
103:5 warning The closing brace for the class must go on the next line after the body (PSR2.Classes.ClassDeclaration.CloseBraceAfterBody)
lib/Paylike/Card.php
2:1 warning There must be one blank line after the namespace declaration (PSR2.Namespaces.NamespaceDeclaration.BlankLineAfter)
9:5 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
9:8 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
9:38 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
9:39 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
10:16 warning Opening brace of a class must be on the line after the definition (PSR2.Classes.ClassDeclaration.OpenBraceNewLine)
17:12 warning Type is not specified (Magento2.Annotation.MethodArguments.NoTypeSpecified)
21:37 warning Expected 0 spaces after opening parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterOpen)
21:47 warning Expected 0 spaces before closing parenthesis; 1 found (Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingBeforeClose)
21:49 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine)
23:17 warning Expected 0 spaces after opening bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace)
23:28 warning Expected 0 spaces before closing bracket; 1 found (PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace)
24:17 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
24:65 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)
27:30 warning Space after opening parenthesis of function call prohibited (PSR2.Methods.FunctionCallSignature.SpaceAfterOpenBracket)
27:91 warning Expected 0 spaces before closing parenthesis; 1 found (PSR2.Methods.FunctionCallSignature.SpaceBeforeCloseBracket)