Magento Coding Standard (PHPCS) report for damconsultants/akima =============================================================== Package version: 1.0.1 | Magento: 2.4.9 | Tested: 2026-06-07 13 errors, 1458 warnings in 70 files ViewModel/Customer/ReviewList.php 12:57 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 48:1 warning Expected 1 blank line at end of file; 2 found (PSR2.Files.EndFileNewline.TooMany) Plugin/Minicart/Image.php 36:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 46:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 46:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 47:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 50:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 50:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 51:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 51:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 52:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 52:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 53:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 53:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 54:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 54:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 55:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 55:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 56:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 56:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 61:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 61:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (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 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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) 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 12 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:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) Helper/Data.php 883:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 883:8 warning Short description must start with a capital letter (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 884:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 884:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 885:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 886:6 warning Expected 6 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 887:53 warning Opening brace should be on a new line (Squiz.Functions.MultiLineFunctionDeclaration.BraceOnSameLine) 888:61 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) Model/ImageProvider.php 16:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 17: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) 19:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 20:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 21:13 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 39:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 51:13 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 85:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound) Model/Resolver/BynderMultiImg.php 11:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Observer/ProductDataSaveAfter.php 146:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 216:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 216:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 216:3 warning Expected 1 space after TRY keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 217:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 217:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 220:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 221:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 221:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (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 16 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:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 225:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 225:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 228:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 228:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 229:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 229:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 230:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 230:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 231:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 231:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 232:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 232:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 233:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 233:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 235:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 235:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 237:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 237:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 238:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 238:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 240:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 240:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 241:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 241:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 242:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 242:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 243:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 243:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 244:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 244:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 245:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 245:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 246:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 246:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 247:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 248:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 248:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 249:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 249:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 250:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 250:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 251:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 251:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 252:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 252:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 253:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 253:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 254:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 254:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 255:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 255:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 256:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 256:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 257:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 257:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 258:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 258:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 259:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 259:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 260:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 260:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 261:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 261:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 262:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 262:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 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:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 269:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 269:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 270:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 270:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 271:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 271:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 272:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 272:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 274:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 275:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 275:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 277:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 279:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 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 20 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 284:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 284:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 286:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 286:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 287:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 287:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 288:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 288:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 289:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 289:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 291:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 291:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 293:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 294:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 294:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 295:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 295:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 296:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 296:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 297:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 297:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 298:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 298:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 299:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 299:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 300:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 300:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 301:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 301:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 302:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 302:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 303:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 303:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 304:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 304:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 305:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 305:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 306:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 306:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 307:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 307:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 308:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 308:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 309:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 309:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 310:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 310:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 311:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 311:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 312:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 312:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 313:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 313:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 314:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 314:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 315:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 316:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 316:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 317:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 317:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 318:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 318:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 319:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 319:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 320:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 320:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 320:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 321:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 321:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 321:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 322:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 322:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 322:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 323:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 323:10 warning Line indented incorrectly; expected at least 60 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 324:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 324:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 325:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 325:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 327:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 327:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 328:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 329:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 329:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 330:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 332:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 332:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 333:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 333:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 334:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 334:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 335:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 336:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 336:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 337:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 337:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 338:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 338:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 338:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 339:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 339:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 339:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 340:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 340:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 340:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 341:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 341:10 warning Line indented incorrectly; expected at least 60 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 342:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 342:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 343:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 343:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 344:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 344:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 344:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 345:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 345:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 346:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 346:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 347:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 347:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 348:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 348:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 349:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 349:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 350:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 350:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 352:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 352:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 353:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 353:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 353:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 354:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 354:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 354:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 355:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 355:1 warning Multi-line function call not indented correctly; expected 13 spaces but found 10 (PSR2.Methods.FunctionCallSignature.Indent) 355:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 356:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 356:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 357:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 357:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 358:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 358:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 360:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 360:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 361:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 361:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 362:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 362:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 363:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 363:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 364:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 364:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 365:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 365:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 366:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 366:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 367:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 367:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 368:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 368:11 warning Line indented incorrectly; expected at least 36 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 369:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 369:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 370:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 370:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 371:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 371:10 warning Line indented incorrectly; expected at least 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 372:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 372:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 373:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 373:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 375:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 375:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 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:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 379:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 379:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 380:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 380:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 20 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 20 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 20 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:1 warning Multi-line function call not indented correctly; expected 9 spaces but found 6 (PSR2.Methods.FunctionCallSignature.Indent) 385:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 386:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 386:1 warning Multi-line function call not indented correctly; expected 9 spaces but found 6 (PSR2.Methods.FunctionCallSignature.Indent) 386:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 387:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 387:1 warning Multi-line function call not indented correctly; expected 9 spaces but found 6 (PSR2.Methods.FunctionCallSignature.Indent) 387:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 32 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:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 390:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 391:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 392:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 392:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 569:17 warning Line indented incorrectly; expected 25 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 570:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 570:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 571:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 571:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 572:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 572:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 573:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 573:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 574:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 574:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 575:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 575:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 576:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 576:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 577:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 577:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (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 12 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:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 580:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 580:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 581:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 581:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 582:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 582:1 warning Multi-line function call not indented correctly; expected 7 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent) 582:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 583:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 583:1 warning Multi-line function call not indented correctly; expected 7 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent) 583:5 warning Line indented incorrectly; expected at least 12 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 584:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 584:1 warning Multi-line function call not indented correctly; expected 7 spaces but found 4 (PSR2.Methods.FunctionCallSignature.Indent) 584:5 warning Line indented incorrectly; expected at least 12 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 12 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:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) Setup/Patch/Data/AddBynderAttribute.php 246:1 warning Code must not contain multiple empty lines in a row; found 2 empty lines. (Magento2.Whitespace.MultipleEmptyLines.MultipleEmptyLines) Ui/DataProvider/Product/Form/Modifier/NewField.php 12:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 12:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 12:2 warning Visibility must be declared on all constants if your project supports PHP 7.1 or later (PSR12.Properties.ConstantVisibility.NotFound) Ui/Component/Listing/Column/DeleteAction.php 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 15:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:8 warning $components parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 25:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 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 8 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) 34:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 34:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) Ui/Component/Listing/Column/DeleteActionCronAuto.php 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 15:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:8 warning $components parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 25:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 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 8 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) 34:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 34:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) Ui/Component/Listing/Column/DeleteActionCronDelete.php 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 15:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:8 warning $components parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 25:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 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 8 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) 34:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 34:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) Ui/Component/Listing/Column/ReSyncData.php 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) 33:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 44:8 warning $bynderSycDataCollectionFactory parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 45:8 warning $components parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 47:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 47:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 54:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 54:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 54:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (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 at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) Ui/Component/Listing/Column/Thumbnail.php 65:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) Ui/Component/Listing/Column/DeleteActionCron.php 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 15:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 23:8 warning $components parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 25:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 25:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 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 8 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) 34:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 34:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) etc/db_schema.xml 90:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/adminhtml/menu.xml 11:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 17: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) 35: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) 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) 64:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/adminhtml/system.xml 25: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) 106: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) 124:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 132: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) 154: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) 166:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 168: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) 174: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) 181:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 185:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 191:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 199:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/adminhtml/di.xml 6:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 7:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 8:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 9:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 10:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 11:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 12:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/crontab.xml 3:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 4:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 5:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 6:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 7:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 8:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 9:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 10:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 11:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 12:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 16:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/acl.xml 19: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) 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) 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) 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) 35: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) 41:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) etc/di.xml 8:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 9:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 10:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 13: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) 38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) Controller/Adminhtml/Index/MassResyncData.php 41:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 41:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 41:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 52:8 warning $searchCriteriaBuilder parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 54:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 54:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 61:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 61:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 61:3 warning Line indented incorrectly; expected at least 4 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 70:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 70:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 75:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 76:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 77:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 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 at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 20 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 20 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 20 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 20 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:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 104:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 104:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 114:129 warning Line exceeds 120 characters; contains 129 characters (Generic.Files.LineLength.TooLong) Controller/Adminhtml/Index/Psku.php 107:12 warning Function's nesting level (8) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 329:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 335:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 498:12 warning Function's nesting level (11) exceeds allowed maximum of 10 (Generic.Metrics.NestingLevel.MaxExceeded) 691:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 691:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 702:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 702:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (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 20 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 20 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 724:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 724:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 725:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 725:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 726:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 726:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 732:29 warning Expected "if (...) {\n"; found "if (...) { " (PEAR.ControlStructures.ControlSignature.Found) 732:58 warning Newline required after opening brace (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace) 732:67 warning Closing brace must be on a line by itself (Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore) 738:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 738:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 739:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 739:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 740:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 741:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 741:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 742:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 742:1 warning Multi-line function call not indented correctly; expected 11 spaces but found 8 (PSR2.Methods.FunctionCallSignature.Indent) 742:9 warning Line indented incorrectly; expected at least 28 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 743:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 743:1 warning Multi-line function call not indented correctly; expected 11 spaces but found 8 (PSR2.Methods.FunctionCallSignature.Indent) 743:9 warning Line indented incorrectly; expected at least 28 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 744:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 744:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 745:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 745:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 746:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 746:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 747:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 747:6 warning Line indented incorrectly; expected at least 20 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:7 warning Line indented incorrectly; expected at least 20 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) Controller/Adminhtml/Index/MassDeleteCronData.php 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:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 34:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 34:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 38:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 38:3 warning Line indented incorrectly; expected at least 4 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) 47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 48:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 49:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) Controller/Adminhtml/Index/MassDeleteSyncData.php 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:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 34:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 34:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 38:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 38:3 warning Line indented incorrectly; expected at least 4 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) 47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 48:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 49:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) Controller/Adminhtml/Index/MassDeleteCronSyncData.php 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:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 34:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 34:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 38:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 38:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 38:3 warning Line indented incorrectly; expected at least 4 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) 47:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 48:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 49:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) Controller/Adminhtml/Index/MassDeleteCronAutoData.php 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) 28:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 36:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 36:12 warning $authorization parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 40:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 40:1 warning Multi-line function declaration not indented correctly; expected 8 spaces but found 2 (Squiz.Functions.MultiLineFunctionDeclaration.Indent) 40:3 warning Line indented incorrectly; expected at least 4 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:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 49:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 50:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 51:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 52:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) 53:6 warning Expected 2 spaces before asterisk; 5 found (Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar) Controller/BynderIndex/Index.php 94:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 110:13 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 166:31 warning The use of function parse_url() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 202:23 warning The use of function curl_init() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 204:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 205:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 206:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 207:17 warning The use of function curl_setopt() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 209:32 warning The use of function curl_exec() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 211:29 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 216:32 warning The use of function curl_getinfo() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 221:17 warning The use of function curl_close() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) 226:21 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 259:21 warning Expected 0 spaces after opening bracket; newline found (PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace) 260:22 warning The use of function pathinfo() is discouraged; use Magento\Framework\Filesystem\Io\File::getPathInfo() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 290:17 warning The use of function chmod() is discouraged; use Magento\Framework\Filesystem\DriverInterface::changePermissions() or Magento\Framework\Filesystem\DriverInterface::changePermissionsRecursively() instead (Magento2.Functions.DiscouragedFunction.DiscouragedWithAlternative) 338:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound) Controller/product/ImportImage.php 91:12 warning Function's nesting level (8) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 168:29 warning The use of function unlink() is discouraged (Magento2.Functions.DiscouragedFunction.Discouraged) Controller/Index/Index.php 50:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) Controller/Index/SynMetaProperty.php 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 15:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 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:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 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:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 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) 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: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 at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 26:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 79:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 79:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect) 79:2 warning Opening brace indented incorrectly; expected 4 spaces, found 1 (Squiz.Functions.MultiLineFunctionDeclaration.BraceIndent) 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 at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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) 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 at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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) 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) 88:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 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 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 92:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 92:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 93:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 93:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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) 96:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 96:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 97:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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) 103:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 104:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 104:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 105:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 105:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 106:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 106:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 107:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 107:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 108:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 108:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 109:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 109:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 110:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 110:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 112:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 112:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 113:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 113:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 114:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 114:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 115:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 115:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 116:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 116:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 117:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 117:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 118:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 118:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 119:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 119:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 120:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 120:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 121:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 121:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 122:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 122:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 123:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 123:8 warning Line indented incorrectly; expected at least 24 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 124:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 124:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 125:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 125:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 128:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 129:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 129:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 130:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 130:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 131:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 131:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 132:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 132:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 132:7 error Use of echo language construct is discouraged. (Magento2.Security.LanguageConstruct.DirectOutput) 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) 134:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 136:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 136:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 137:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 137:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 16 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:5 warning Line indented incorrectly; expected at least 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.Incorrect) 140:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 140:4 warning Line indented incorrectly; expected 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 141:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 142:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 142:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 143:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 143:4 warning Line indented incorrectly; expected at least 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 144:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 144:3 warning Line indented incorrectly; expected 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 145:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 145:2 warning Line indented incorrectly; expected 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 145:2 warning Closing brace indented incorrectly; expected 4 spaces, found 1 (Squiz.WhiteSpace.ScopeClosingBrace.Indent) view/frontend/templates/customer/list.phtml 118:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 119:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 120:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 240:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/frontend/templates/product/image_with_borders.phtml 10:32 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 13:33 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 14:21 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 15:31 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 16:37 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 17:38 warning Using escapeHtmlAttr on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/frontend/templates/product/view/galleryhyva.phtml 150:1 warning Line exceeds 120 characters; contains 126 characters (Generic.Files.LineLength.TooLong) 152:1 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 170:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 175:1 warning Line exceeds 120 characters; contains 122 characters (Generic.Files.LineLength.TooLong) 192:146 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 193:148 warning Line exceeds 120 characters; contains 149 characters (Generic.Files.LineLength.TooLong) 201:138 warning Line exceeds 120 characters; contains 139 characters (Generic.Files.LineLength.TooLong) 213:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 363:1 warning Line exceeds 120 characters; contains 134 characters (Generic.Files.LineLength.TooLong) view/frontend/layout/catalog_product_view.xml 9:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 10:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 11:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 12:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 13:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 14:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/frontend/layout/default.xml 4:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/templates/group/gallery.phtml 140:52 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 141:59 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 142:59 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 144:56 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 147:33 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 148:36 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 155:41 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 156:38 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 157:45 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 158:39 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 159:32 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 160:37 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 262:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 263:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 268:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 275:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 276:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 277:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 278:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 292:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 597:1 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 598:1 warning Line exceeds 120 characters; contains 132 characters (Generic.Files.LineLength.TooLong) 681:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 752:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 761:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 784:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 911:59 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 941:55 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 971:51 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 979:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 989:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 1035:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/templates/group/bynderdoc.phtml 9:54 warning ObjectManager should not be used in .phtml template. Templates must not instantiate new objects within their code. All objects must be passed from the Block object. (Magento2.Templates.ObjectManager.ObjectManagerUsageFound) 119:52 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 120:59 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 121:56 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 124:33 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 125:36 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 126:38 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 538:47 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/adminhtml/templates/system/config/syncbutton.phtml 15:43 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/adminhtml/templates/system/config/getsyncbutton.phtml 38:43 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/adminhtml/templates/system/config/checkbox.phtml 3:23 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 8:55 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 9:35 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 10:33 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 11:30 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 12:36 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 13:30 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/adminhtml/templates/system/config/version_message.phtml 4:46 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped) 5:45 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped) 6:30 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 10:46 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped) view/adminhtml/templates/browser/content.phtml 12:50 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 32:65 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 39:59 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 40:63 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 41:56 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/adminhtml/templates/container.phtml 12:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 36:59 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 37:63 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 38:56 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 129:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/templates/metaproperty/default.phtml 5:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 6:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 7:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 31:21 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 35:21 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 39:21 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 48:21 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 51:47 warning Using escapeUrl on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 65:33 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped) 77:33 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped) 89:33 error Unescaped output detected. (Magento2.Security.XssTemplate.FoundUnescaped) 95:41 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) 107:46 warning Using escapeHtml on $block is deprecated. Please use equivalent method on $escaper (Magento2.Legacy.EscapeMethodsOnBlockClass.Found) view/adminhtml/layout/bynder_index_metaproperty.xml 3:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 4:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 7:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 8:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/layout/default.xml 8:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/ui_component/bynder_index_replace.xml 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) 180:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 182:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 183:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 184:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 185:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 186:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/ui_component/product_listing.xml 4:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 5:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 6:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 7:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 8:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 9:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 10:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 11:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/ui_component/bynder_index_listing.xml 52:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 56:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 66:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 184:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 186:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 187:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 189:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 190:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 191:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 192:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 193:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 203:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 205:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 206:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 208:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 209:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 210:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 211:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 212:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 214:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 216:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 217:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 219:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 220:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 221:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 222:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 223:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/ui_component/bynder_index_sync.xml 169:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 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) 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) 178:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 188:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 190:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 191:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 193:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 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) view/adminhtml/ui_component/bynder_index_delete.xml 168:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/ui_component/pagebuilder_video_form.xml 5:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 9:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) view/adminhtml/pagebuilder/content_type/video.xml 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) view/adminhtml/web/template/form/element/uploader/image.html 1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements) view/adminhtml/web/template/form/element/uploader/preview/image.html 1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements) view/adminhtml/web/js/bynder-compactview-2-latest.js 1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag) 1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag) 1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag) 1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag) 1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag) 1:1 error Avoid using self-closing tag with non-void html element - " (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag) view/adminhtml/web/js/select2.js 1:1 warning Avoid using closing slash with void tags, this can lead to unexpected behavior - "" (Magento2.Html.HtmlClosingVoidTags.HtmlClosingVoidElements) Cron/FeatchNullDataToMagento.php 106:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 364:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 521:8 warning $bynder_media_ids parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 522:8 warning $types parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 524:12 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 524:12 warning Function's nesting level (10) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 524:147 warning Line exceeds 120 characters; contains 147 characters (Generic.Files.LineLength.TooLong) 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 12 spaces, found 3 (Generic.WhiteSpace.ScopeIndent.Incorrect) 537:74 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 555:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 555:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 557:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 557:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 566:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 566:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 578:31 warning Expected "} elseif (...) {\n"; found "} elseif(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 578:31 warning Expected 1 space after ELSEIF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 579:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 579:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 580:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 580:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 581:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 581:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 590:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 590:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 621:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 621:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 623:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 623:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 624:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 624:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 625:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 625:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 626:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 626:6 warning Line indented incorrectly; expected 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 631:29 warning Expected "if (...) {\n"; found "if (...) { " (PEAR.ControlStructures.ControlSignature.Found) 631:58 warning Newline required after opening brace (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace) 631:67 warning Closing brace must be on a line by itself (Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 638:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 638:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 639:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 640:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 640:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 641:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 641:1 warning Multi-line function call not indented correctly; expected 11 spaces but found 8 (PSR2.Methods.FunctionCallSignature.Indent) 641:9 warning Line indented incorrectly; expected at least 28 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 642:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 642:1 warning Multi-line function call not indented correctly; expected 11 spaces but found 8 (PSR2.Methods.FunctionCallSignature.Indent) 642:9 warning Line indented incorrectly; expected at least 28 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 643:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 643:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 644:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 644:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 679:17 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 679:17 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 683:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 683:7 warning Line indented incorrectly; expected at least 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.Incorrect) 684:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 684:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 684:7 warning Expected "if (...) {\n"; found "if(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 684:7 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 685:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 685:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 686:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 686:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 687:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 687:8 warning Line indented incorrectly; expected at least 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.Incorrect) 688:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 688:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 688:8 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 688:8 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 688:62 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 689:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 689:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 690:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 690:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 691:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 691:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 692:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 692:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 693:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 693:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 694:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 694:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 695:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 695:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 696:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 696:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 697:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 698:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 698:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 699:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 699:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 700:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 700:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 701:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 701:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 702:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 702:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 703:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 703:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 704:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 704:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 705:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 705:10 warning Line indented incorrectly; expected at least 32 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.Incorrect) 706:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 706:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 707:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 707:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 708:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 708:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 709:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 709:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 709:8 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) Cron/AutoAddFromMagento.php 122:62 warning Short description should not be in multi lines (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 126:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 358:8 warning Method arguments visual alignment must be consistent (Magento2.Annotation.MethodArguments.VisualAlignment) 364:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 515:8 warning $bynder_media_ids parameter is not in order (Magento2.Annotation.MethodArguments.ParamOrder) 515:8 warning $types parameter is missing in method arguments signature (Magento2.Annotation.MethodArguments.ArgumentMissing) 518:9 warning Line indented incorrectly; expected 4 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 518:16 warning @param is not found for one or more params in method annotation (Magento2.Annotation.MethodArguments.ParamMissing) 518:16 warning $type parameter is missing in method annotation (Magento2.Annotation.MethodArguments.ArgumentMissing) 518:16 warning Function's nesting level (12) exceeds allowed maximum of 10 (Generic.Metrics.NestingLevel.MaxExceeded) 518:150 warning Line exceeds 120 characters; contains 150 characters (Generic.Files.LineLength.TooLong) 530:13 warning Line indented incorrectly; expected 8 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 540:17 warning Line indented incorrectly; expected 12 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 541:21 warning Line indented incorrectly; expected 16 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 549:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 550:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 551:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 553:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 555:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 556:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 557:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 559:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 560:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 564:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 565:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 567:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 568:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 570:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 572:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 575:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 589:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 590:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 591:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 592:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 594:53 warning Line indented incorrectly; expected 48 spaces, found 52 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 595:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 597:53 warning Line indented incorrectly; expected 48 spaces, found 52 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 598:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 599:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 600:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 601:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 602:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 622:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 623:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 624:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 626:53 warning Line indented incorrectly; expected 48 spaces, found 52 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 628:57 warning Line indented incorrectly; expected 52 spaces, found 56 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 628:121 warning Line exceeds 120 characters; contains 121 characters (Generic.Files.LineLength.TooLong) 629:123 warning Line exceeds 120 characters; contains 123 characters (Generic.Files.LineLength.TooLong) 631:57 warning Line indented incorrectly; expected 52 spaces, found 56 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 632:53 warning Line indented incorrectly; expected 48 spaces, found 52 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 633:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 634:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 635:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 637:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 638:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 639:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 640:53 warning Line indented incorrectly; expected 48 spaces, found 52 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 642:57 warning Line indented incorrectly; expected 52 spaces, found 56 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 642:127 warning Line exceeds 120 characters; contains 127 characters (Generic.Files.LineLength.TooLong) 643:125 warning Line exceeds 120 characters; contains 125 characters (Generic.Files.LineLength.TooLong) 645:57 warning Line indented incorrectly; expected 52 spaces, found 56 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 646:53 warning Line indented incorrectly; expected 48 spaces, found 52 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 647:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 648:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 649:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 650:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 651:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 651:35 warning Expected "} elseif (...) {\n"; found "} elseif(...) {\n" (PEAR.ControlStructures.ControlSignature.Found) 651:35 warning Expected 1 space after ELSEIF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 665:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 683:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 684:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 685:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 686:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 689:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 690:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 692:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 693:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 694:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 695:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 698:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 698:33 warning Expected "if (...) {\n"; found "if (...) { " (PEAR.ControlStructures.ControlSignature.Found) 698:62 warning Newline required after opening brace (Squiz.ControlStructures.ControlSignature.NewlineAfterOpenBrace) 698:71 warning Closing brace must be on a line by itself (Squiz.WhiteSpace.ScopeClosingBrace.ContentBefore) 699:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 701:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 702:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 703:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 704:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 705:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 711:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 712:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 716:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 717:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 720:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 722:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 724:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 725:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 727:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 729:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 732:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 733:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 735:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 738:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 739:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 740:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 741:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 742:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 744:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 745:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 746:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 747:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 748:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 750:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 752:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 754:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 765:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 767:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 768:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 769:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 770:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 772:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 775:49 warning Line indented incorrectly; expected 44 spaces, found 48 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 776:45 warning Line indented incorrectly; expected 40 spaces, found 44 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 777:41 warning Line indented incorrectly; expected 36 spaces, found 40 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 778:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 779:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 780:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 781:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 782:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 791:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 792:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 793:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 794:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 800:65 warning Expected 1 space after comma in argument list; 2 found (Generic.Functions.FunctionCallArgumentSpacing.TooMuchSpaceAfterComma) 804:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 808:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 811:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 813:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 815:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 817:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 830:21 warning Line indented incorrectly; expected 16 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 830:22 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 831:17 warning Line indented incorrectly; expected 12 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 831:18 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 832:17 warning Line indented incorrectly; expected 12 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 833:21 warning Line indented incorrectly; expected 16 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 835:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 836:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 837:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 838:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 841:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 842:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 843:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 844:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 847:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 849:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 850:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 850:33 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 850:33 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 850:54 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 855:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 855:37 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 855:37 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 855:92 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 872:37 warning Line indented incorrectly; expected 32 spaces, found 36 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 873:33 warning Line indented incorrectly; expected 28 spaces, found 32 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 874:29 warning Line indented incorrectly; expected 24 spaces, found 28 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 875:25 warning Line indented incorrectly; expected 20 spaces, found 24 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 883:21 warning Line indented incorrectly; expected 16 spaces, found 20 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 883:22 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 884:17 warning Line indented incorrectly; expected 12 spaces, found 16 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 886:13 warning Line indented incorrectly; expected 8 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 888:13 warning Line indented incorrectly; expected 8 spaces, found 12 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 889:9 warning Line indented incorrectly; expected 4 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) Cron/ScriptRunOneTimeForAddMediaIdinTable.php 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) Cron/AutoReplaceFormMagento.php 351:12 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) Cron/DeleteValue.php 134:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) Block/Adminhtml/Metaproperty/Index.php 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) 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:12 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 81:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 81:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 81:5 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 81:5 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 81:32 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 82:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 82:6 warning Line indented incorrectly; expected at least 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.Incorrect) 83:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 83:5 warning Line indented incorrectly; expected 16 spaces, found 4 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 113:72 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) Block/Adminhtml/Product/Helper/Form/Gallery/Content.php 96:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound) Block/Adminhtml/System/Config/VersionCheck.php 13:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 14:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 15:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 17:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 23:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 32:41 warning Whitespace found at end of line (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine) 36:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 53:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 59:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 65:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 73:12 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) 78:15 warning Comment block is missing (Magento2.Annotation.MethodAnnotationStructure.NoCommentBlock) Block/Adminhtml/System/Config/Version.php 11:5 warning Missing short description (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 12:8 warning There must be exactly one blank line before tags (Magento2.Annotation.MethodAnnotationStructure.MethodAnnotation) 21:1 warning Expected 1 newline at end of file; 0 found (PSR2.Files.EndFileNewline.NoneFound) Block/Product/View/Gallery.php 156:12 warning Function's nesting level (7) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 172:38 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 175:21 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 175:21 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 175:56 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma) 175:76 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 177:21 warning Expected 1 space after closing brace; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace) 177:22 warning Expected "} else {\n"; found "}else{\n" (PEAR.ControlStructures.ControlSignature.Found) 177:22 warning Expected 1 space after ELSE keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 178:54 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma) 183:25 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 183:25 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 183:60 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 236:38 warning Short array syntax must be used to define arrays (Generic.Arrays.DisallowLongArraySyntax.Found) 239:22 warning Line indented incorrectly; expected 20 spaces, found 21 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 239:22 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 239:22 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 239:57 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma) 239:77 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 241:21 warning Closing brace indented incorrectly; expected 21 spaces, found 20 (Squiz.WhiteSpace.ScopeClosingBrace.Indent) 241:21 warning Expected 1 space after closing brace; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace) 241:22 warning Expected "} else {\n"; found "}else{\n" (PEAR.ControlStructures.ControlSignature.Found) 241:22 warning Expected 1 space after ELSE keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 242:54 warning No space found after comma in argument list (Generic.Functions.FunctionCallArgumentSpacing.NoSpaceAfterComma) Block/Product/ImageFactory.php 51:15 warning Missing PHP DocBlock for class property. (Magento2.Commenting.ClassPropertyPHPDocFormatting.Missing) 124:13 warning Function's nesting level (6) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 130:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 130:3 warning Line indented incorrectly; expected at least 8 spaces, found 2 (Generic.WhiteSpace.ScopeIndent.Incorrect) 137:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 137:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 137:7 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 137:7 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 137:41 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 138:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 138:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 139:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 139:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 140:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 140:9 warning Line indented incorrectly; expected at least 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.Incorrect) 141:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 141:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 142:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 142:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 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 20 spaces, found 5 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 143:6 warning Closing brace indented incorrectly; expected 20 spaces, found 5 (Squiz.WhiteSpace.ScopeClosingBrace.Indent) 167:12 warning Function's nesting level (8) exceeds 5; consider refactoring the function (Generic.Metrics.NestingLevel.TooHigh) 203:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 204:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 204:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 204:7 warning Expected "if (...) {\n"; found "if(...){\n" (PEAR.ControlStructures.ControlSignature.Found) 204:7 warning Expected 1 space after IF keyword; 0 found (Squiz.ControlStructures.ControlSignature.SpaceAfterKeyword) 204:41 warning Expected 1 space after closing parenthesis; found 0 (Squiz.ControlStructures.ControlSignature.SpaceAfterCloseParenthesis) 205:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 205:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 206:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 206:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 207:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 207:10 warning Line indented incorrectly; expected 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 208:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 208:11 warning Line indented incorrectly; expected at least 40 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 209:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 209:11 warning Line indented incorrectly; expected at least 40 spaces, found 10 (Generic.WhiteSpace.ScopeIndent.Incorrect) 210:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 210:10 warning Line indented incorrectly; expected 36 spaces, found 9 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 211:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 211:9 warning Line indented incorrectly; expected 32 spaces, found 8 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 212:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 212:8 warning Line indented incorrectly; expected 28 spaces, found 7 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) 213:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 213:7 warning Line indented incorrectly; expected 24 spaces, found 6 (Generic.WhiteSpace.ScopeIndent.IncorrectExact) Block/System/Config/Checkbox.php 15:1 warning Spaces must be used to indent lines; tabs are not allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed) 15:2 warning Line indented incorrectly; expected at least 4 spaces, found 1 (Generic.WhiteSpace.ScopeIndent.Incorrect)